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 @@ The Schedule family owns reminders whose durable state lives in the original Ses
| `tool-schedule/` | Versioned Schedule events and fold, model-facing create/list/delete tools, and a live root-Agent timer owner | — |
The package deliberately exposes no public Schedule service or mutable database. Tools and runtime append to the Session stream; due work enters the same conversation through the Agent's ordinary follow-up queue.
See [Session-local Schedule](../../docs/subsystems/schedule.md) for the durable record, transition, view, and delivery contracts.