start
Method
This is a method of the AgentScheduler class in the agent_scheduler module.Start scheduled agent execution.
Signature
Parameters
Schedule expression (e.g., “hourly”, ”*/1h”, “3600”)
Maximum retry attempts on failure
If True, run agent immediately before starting schedule
Returns
True if scheduler started successfully
Source
View on GitHub
praisonai/agent_scheduler.py at line 169
