Expand description
Cron scheduler — periodic agent tasks with dynamic job addition.
Exposes a create_cron tool that agents can use to schedule new jobs
dynamically. Jobs fire via a caller-provided callback, and the running
scheduler picks up dynamically created jobs without daemon restart.
Modules§
Structs§
- Cron
Handler - Cron handler — owns the live job list for dynamic scheduling.
- CronJob
- A parsed cron job ready for scheduling.
Functions§
- spawn
- Start the cron scheduler with an in-process protocol client.
- spawn_
with_ callback - Start the cron scheduler with a caller-provided fire callback.