Scheduler

Run schedules in AgentOS, manage them through REST or Python, and expose scheduling tools to an agent.

ExampleDescription
Run in AgentOSSeed a schedule, let the AgentOS poller execute it, and inspect the persisted run history.
Use the REST APICreate, list, update, enable, disable, trigger, and delete schedules through REST endpoints.
Manage with PythonUse synchronous and asynchronous ScheduleManager APIs, including validation, retries, and timeouts.
Give an Agent Scheduler ToolsLet an agent create and inspect schedules through SchedulerTools.