| Example | Description |
|---|---|
| Run in AgentOS | Seed a schedule, let the AgentOS poller execute it, and inspect the persisted run history. |
| Use the REST API | Create, list, update, enable, disable, trigger, and delete schedules through REST endpoints. |
| Manage with Python | Use synchronous and asynchronous ScheduleManager APIs, including validation, retries, and timeouts. |
| Give an Agent Scheduler Tools | Let an agent create and inspect schedules through SchedulerTools. |
Scheduler
Scheduler
Run schedules in AgentOS, manage them through REST or Python, and expose scheduling tools to an agent.