docs(schedule): add subsystem reference

This commit is contained in:
Tianyi Cui
2026-08-09 22:54:28 +08:00
parent bef3fccbd8
commit 89eba1539b
16 changed files with 270 additions and 7 deletions

View File

@@ -9,3 +9,5 @@ Schedule 家族负责管理提醒,其持久状态保存在原 Session 日志
| `tool-schedule/` | 版本化 Schedule 事件与 fold、面向模型的创建/列出/删除工具,以及 live 根 Agent timer owner | 无 |
本包有意不公开 Schedule service 或可变数据库。工具与 runtime 向 Session stream 追加事件;到期工作通过 Agent 的普通 follow-up 队列进入同一对话。
有关持久记录、转换、视图与交付约定,请参阅[仅限 Session 内的 Schedule](../../docs/subsystems/schedule.md)。