Skip to main content

execute_once

Method
This is a method of the AgentScheduler class in the agent_scheduler module.
Execute agent immediately (one-time execution).

Signature

def execute_once() -> Any

Returns

Returns
Any
Agent execution result

Uses

  • logger.info
  • execute
  • logger.error

Source

View on GitHub

praisonai/agent_scheduler.py at line 304