Files
deepseek-harness/packages/goal/README.zh.md
Tianyi Cui a2d0f7f411 refactor: apply repository naming contract
Apply the accepted pre-release package, service, type, directory, and role renames as one repository-wide change.
2026-08-13 00:54:38 +08:00

15 lines
804 B
Markdown
Raw Permalink 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.
# goal/:持久化的同会话目标
[English](README.md) | 中文
agent 会话的持久目标状态独立于消费它的面向模型工具与续行策略。goal 状态是所属会话日志的一部分;消费方依赖 `dsh-goal`,绝不依赖具体的 agent loop智能体循环
| 包 | 职责 | ctx 键 |
|---|---|---|
| [`goal/`](goal/README.md) | 目标状态与生命周期 | `ctx.goals` |
| [`goal-round-driver/`](goal-round-driver/README.md) | 同会话目标续行 | 无 |
| [`tool-goal/`](tool-goal/README.md) | 面向模型的目标工具 | 无 |
| [`command-goal/`](command-goal/README.md) | 面向用户的目标命令 | 无 |
子系统参考——goal 标识、生命周期快照、激活、变更记录——见 [docs/subsystems/goal.md](../../docs/subsystems/goal.md)。