Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

get_stats

Method
This is a method of the AgentScheduler class in the agent_scheduler module.
Get execution statistics.

Signature

def get_stats() -> Dict[str, Any]

Returns

Returns
Dict[str, Any]
Dictionary with execution stats

Source

View on GitHub

praisonai/agent_scheduler.py at line 242