Files
deepseek-harness/packages/goal/README.zh.md
2026-08-05 16:13:28 +08:00

15 lines
726 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.
# goal/:持久化的同会话目标
[English](README.md) | 中文
goal 家族负责持久目标状态,与消费该状态的面向模型工具和续行策略相互独立。
| 包 | 职责 | ctx 键 |
|---|---|---|
| [`goal/`](goal/README.md) | 目标状态与生命周期 | `ctx.goals` |
| [`goal-session/`](goal-session/README.md) | 同会话目标续行 | 无 |
| [`tool-goal/`](tool-goal/README.md) | 面向模型的目标工具 | 无 |
| [`command-goal/`](command-goal/README.md) | 面向用户的目标命令 | 无 |
目标状态是其所属会话日志的一部分。消费方依赖 `dsh-goal`,而不是具体的 agent loop智能体循环续行行为由基于公开 agent seam 的独立插件负责。