refactor(schedule): bound fixed-rate reminders

This commit is contained in:
Tianyi Cui
2026-08-09 17:04:48 +08:00
parent 3fa4c012b1
commit 45ff1eab98
40 changed files with 982 additions and 3977 deletions
+2 -2
View File
@@ -342,8 +342,8 @@ const TOOL_PACKAGES: ToolPackage[] = [
scope: ctx => catalogChildScopes.get(ctx) as Agent,
note:
'Registered only inside live root Agent scopes created after the opt-in Schedule plugin loads. '
+ 'Version 1 accepts after_seconds, absolute at, fixed-rate every_seconds, and restricted '
+ 'five-field cron with an explicit IANA time_zone, and discloses session-local delivery; '
+ 'Version 1 accepts after_seconds, explicit absolute at, and bounded fixed-rate every_seconds, '
+ 'and discloses session-local delivery; '
+ 'management reads and mutations require the shared Session persistence barrier.',
},
{