llm-to-agent/docs/roadmap.md

46 lines
1.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 路线图
## P1持续对话
建立 Kernel、`workspace``models``secrets``agent`、模型 Provider 和 `cli`
完成标志CLI 可以管理 Workspace 与 Conversation流式聊天并在重启后继续历史。
## P2项目闭环
实现 `tools``security``project``shell``git`
完成标志Agent 可以在受控范围内读取和修改项目、运行验证、检查 Git 变更,并处理审批。
## P3自身演进
实现 `evolution` 和 Runtime 外的 Supervisor。
完成标志Agent 可以生成隔离候选、完成验证和发布提案Supervisor 可以安全切换版本并失败回退。
## P4复杂任务
实现 `tasks``memory``knowledge` 和更多需要的模型 Provider。
完成标志:复杂目标可以持续执行、使用子 Agent、恢复任务并检索长期上下文。
## P5电脑与自动化
实现 `browser``computer``automation`,完善 `secrets` 的 Keychain、轮换和恢复能力。
完成标志Agent 可以操作浏览器和本机应用,管理提醒与自动化,并安全使用外部凭据。
## P6长期使用
实现 `web``desktop`,完善远程访问、诊断、备份迁移、资源清理和版本维护。
完成标志CLI、Web、Desktop 共用一套稳定 Runtime 和数据,可以长期日常使用。
## 执行原则
- 每个阶段开始时再拆提交级任务;
- 只创建当前阶段实际使用的 Extension
- 优先跑通最短闭环,再补充实现细节;
- 安全、取消、日志和数据保护随能力一起实现;
- 路线图只记录阶段和完成标志,不维护小功能状态表。