evolving-programming-agent
持续学习与进化的编程智能体,由 AI Skills 驱动的自适应编程助手。
编程智能体
持续学习
自适应助手
AI Skills
代码工具
Python
⭐ 3⬇️ 0🏷️ main📦 2
evolving-programming-agent-main.zip
173.2 KB下载
安装与使用说明
Codex
- 先下载 ZIP 包(例如:evolving-programming-agent-main.zip)。
- 解压后放到 $CODEX_HOME/skills/ 目录下。
- 如果没有设置 $CODEX_HOME,通常可放到 ~/.codex/skills/。
- 确保目录内有 SKILL.md,然后重开会话即可使用。
源码目录预览
├── docs │ ├── MODEL-CONFIG.md │ └── SOLUTION.md ├── evolving-agent │ ├── agents │ │ ├── coder.md │ │ ├── evolver.md │ │ ├── retrieval.md │ │ └── reviewer.md │ ├── command │ │ └── evolve.md │ ├── references │ │ ├── commands.md │ │ ├── github-learning.md │ │ ├── knowledge-base.md │ │ ├── platform.md │ │ ├── review-checklist.md │ │ └── schema.json │ ├── scripts │ │ ├── core │ │ │ ├── __init__.py │ │ │ ├── config.py │ │ │ ├── file_utils.py │ │ │ ├── path_resolver.py │ │ │ ├── task_manager.py │ │ │ ├── toggle_mode.py │ │ │ └── trigger_detector.py │ │ ├── github │ │ │ ├── __init__.py │ │ │ ├── extract_patterns.py │ │ │ ├── fetch_info.py │ │ │ ├── learn.py │ │ │ └── store_to_knowledge.py │ │ ├── knowledge │ │ │ ├── __init__.py │ │ │ ├── dashboard.py │ │ │ ├── embedding.py │ │ │ ├── knowledge_io.py │ │ │ ├── lifecycle.py │ │ │ ├── migrate_degraded.py │ │ │ ├── query.py │ │ │ ├── store.py │ │ │ ├── summarizer.py │ │ │ └── trigger.py │ │ ├── programming │ │ │ ├── __init__.py │ │ │ ├── detect_project.py │ │ │ ├── query_experience.py │ │ │ └── store_experience.py │ │ ├── __init__.py │ │ └── run.py │ ├── templates │ │ ├── feature_list.json │ │ └── progress.txt │ ├── workflows │ │ ├── consult-mode.md │ │ ├── evolution-check.md │ │ ├── full-mode.md │ │ └── simple-mode.md │ └── SKILL.md ├── scripts │ ├── install.sh │ ├── setup_venv.sh │ └── uninstall.sh ├── tests │ ├── __init__.py │ ├── conftest.py │ ├── e2e_learning.sh │ ├── test_file_utils.py │ ├── test_knowledge_dashboard.py │ ├── test_knowledge_embedding.py │ ├── test_knowledge_fuzzy.py │ ├── test_knowledge_io.py │ ├── test_knowledge_isolation.py │ ├── test_knowledge_lifecycle.py │ ├── test_mvp_acceptance.py │ ├── test_query_usage.py │ ├── test_store_schema_alignment.py │ ├── test_summarizer_validation.py │ ├── test_t01_reviewer_model.py │ ├── test_t02_evolution_mode_path.py │ ├── test_t03_solid_checklist.py │ ├── test_t04_security_checklist.py │ ├── test_t05_quality_checklist.py │ ├── test_t06_removal_plan.py │ ├── test_t07_preflight_step.py │ ├── test_t08_structured_process.py │ ├── test_t09_severity_levels.py │ ├── test_t10_github_learn.py │ ├── test_task_integration.py │ ├── test_task_manager.py │ └── test_trigger_detector.py ├── .gitignore ├── README.md ├── opencode.json.template ├── pytest.ini ├── requirements-optional.txt └── requirements.txt
元数据
Slug: evolving-programming-agent
作者: richenlin
协议: 未声明
包大小: 173.2 KB
SHA256: 6b5b1f51fcd33dbda019e7af343f0144d2fca7e21c0b214a6d2fb6ffb909440f