Skip to main content

scheduler

AI Agent Scheduler module for PraisonAI Agents. Provides agent-centric scheduling via tools — agents can add, list, and remove scheduled jobs without any changes to the Agent class. Usage:
Default storage: ~/.praisonai/config.yaml (under schedules key)

Import

Functions

get_default_store()

Return the process-wide canonical schedule store.

set_default_store()

Override the process-wide canonical schedule store.

Background Tasks

Async Jobs