llm-to-agent/docs/README.md
2026-07-16 09:24:26 +08:00

32 lines
1.5 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` 当前已达成的产品与架构共识。它不是固定开发清单:实现前再细化当前功能点,发现新需求则补到对应功能文档中。
## 使用方式
- 每个大功能点一个文件,大功能本身不设置状态或阶段。
- 大功能文档内部拆分小功能点,每项分别记录期望实现阶段、实际开发状态、已确认点和待确认点。
- 阶段只表示期望先后,不构成严格依赖顺序;实际开发状态按实施进展更新。
- 每完成一个独立提交在对应小功能点中补充提交、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)