Skip to main content
Demonstrates creating, listing, updating, enabling/disabling, manually triggering, and deleting schedules.
schedule_management.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Export your API keys

4

Run PgVector

5

Clone Agno

Clone the repository and run the remaining commands from its root:
6

Start the scheduler server

In another terminal, start Basic Schedule on port 7777:
7

Run the example

Run the example from the repository root:
Full source: cookbook/05_agent_os/scheduler/schedule_management.py