SamLee c68d06ffd8 合并(agent治理): 在当前框架能力上整合模块化治理成果 vor 1 Tag
..
agent c68d06ffd8 合并(agent治理): 在当前框架能力上整合模块化治理成果 vor 1 Tag
config f169a26b4f Initial import vor 5 Tagen
docs f169a26b4f Initial import vor 5 Tagen
examples 1ba3e44714 docs(orchestration): document root mission contract vor 4 Tagen
frontend f169a26b4f Initial import vor 5 Tagen
gateway f169a26b4f Initial import vor 5 Tagen
im-client 84f0d28a36 重构(IM): 迁移客户端实现并保留旧脚本兼容 vor 1 Tag
im-server f169a26b4f Initial import vor 5 Tagen
knowhub f169a26b4f Initial import vor 5 Tagen
scripts f169a26b4f Initial import vor 5 Tagen
skills4claude f169a26b4f Initial import vor 5 Tagen
tests c68d06ffd8 合并(agent治理): 在当前框架能力上整合模块化治理成果 vor 1 Tag
tmp f169a26b4f Initial import vor 5 Tagen
.env.template f169a26b4f Initial import vor 5 Tagen
.gitignore f169a26b4f Initial import vor 5 Tagen
.gitmodules f169a26b4f Initial import vor 5 Tagen
README.md b0c3f99548 发布:导出编排 API 并升级框架版本到 0.4.0 vor 5 Tagen
api_server.py 4fe19fa466 解耦:将 examples 兼容逻辑迁移到 Host 适配层 vor 5 Tagen
gateway_server.py f169a26b4f Initial import vor 5 Tagen
pyproject.toml 0254c85b6b 修复(浏览器): 补齐数据库下载辅助依赖 vor 1 Tag
requirements.txt f169a26b4f Initial import vor 5 Tagen
uv.lock 7f1cc35ce8 feat(Agent运行时): 补齐千问配置与工具类型解析 vor 2 Tagen

README.md

Cyber Agent

通用、可扩展的 Agent 执行框架。0.4.0 在保留 legacy_auto 行为的同时,新增可选的 Planner → Worker Attempt → 独立 Validator → Planner Decision 闭环。

开发验证:

uv sync --extra dev --extra server --extra feishu --python 3.11
uv run pytest -q