2026-07-15 17:56:41 +08:00

23 lines
689 B
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.

# Space 与 Conversation
状态todo
期望阶段P1
## 目标
提供两种并列的一级空间,并让每个空间拥有多个独立会话。
## 已确定
- `Project`:长期开发空间,绑定本地项目目录。
- `Task`:临时个人事务空间,可用于闲聊、脚本、浏览器或应用控制。
- 两类 Space 均包含多个 Conversation。
- 一次实际 Agent 执行称为 `Run`,避免与 Task 概念混淆。
- `inbox` 可以作为默认 Task具体生命周期在实现前确认。
## 待细化
- Task 的默认命名、归档和删除体验。
- Conversation 标题生成与重命名体验。
- Project/Task 切换在 REPL 与 TUI 中的展示。