llm-to-agent/docs/README.md
2026-07-15 17:56:41 +08:00

32 lines
1.4 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.

# 文档索引
本文档记录 `llm-to-agent` 当前已达成的产品与架构共识。它不是固定开发清单:实现前再细化当前功能点,发现新需求则补到对应功能文档中。
## 使用方式
- 每个大功能点一个文件,文件头标记 `状态``期望阶段`
- `todo``doing``done` 表示当前进度;阶段只表示建议先后,不构成严格依赖顺序。
- 每完成一个独立提交在对应文档中补充提交、blog 和实现说明。
- 未明确的方案写在“待细化”中,不提前冻结实现。
## 导航
- [路线图与管理规则](roadmap.md)
- [架构总览](architecture/overview.md)
- [本地数据与目录](architecture/local-data.md)
- [Runtime](foundation/runtime.md)
- [CLI](foundation/cli.md)
- [Space 与 Conversation](foundation/spaces.md)
- [模型与聊天](agent/model-chat.md)
- [Run 与 Agent Behavior](agent/runs-behavior.md)
- [Tools 与 Workspace](agent/tools-workspace.md)
- [Project 开发助手](development/project-assistant.md)
- [System Evolution](development/system-evolution.md)
- [Hooks、扩展与 Profile](extension/hooks-extensions.md)
- [计划与多 Agent](intelligence/planning-multi-agent.md)
- [记忆与知识](intelligence/memory-knowledge.md)
- [电脑管家与自动化](automation/computer-butler.md)
- [可靠性与个人安全](operations/reliability-safety.md)
- [Web](clients/web.md)
- [Desktop](clients/desktop.md)