memory_wm_read
Fetch working memory for a scope, returning task state (goals, todos, decisions, variables, notes) as structured fields. Flags staleness when current_turn exceeds the updated turn, indicating a possible refresh.
Instructions
读取一个 scope 的工作记忆(当前任务状态:目标/待办/决策/变量/备注),返回渲染好的注入块与结构化字段。scope 自动归一化,非法当场报错。传 current_turn 时返回 stale_wm 表示工作记忆是否可能滞后(当前轮次超过已更新到的轮次水位),滞后可考虑 wm_write 刷新
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | Yes | ||
| current_turn | No |