feat(schedule): add explicit-time-zone cron reminders

This commit is contained in:
pku-xht
2026-08-06 23:48:57 +08:00
committed by Tianyi Cui
parent 9abecc103d
commit 31c0c6a9f6
23 changed files with 1833 additions and 92 deletions

View File

@@ -342,7 +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 positive safe-integer after_seconds and discloses session-local delivery; '
+ '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; '
+ 'management reads and mutations require the shared Session persistence barrier.',
},
{