Skip to main content

run_all_tasks

Method
This is a method of the AgentTeam class in the agents module.
Synchronous version of run_all_tasks method

Signature

def run_all_tasks() -> Any

Returns

Returns
Any
The result of the operation.

Uses

  • Process
  • process.workflow
  • run_task
  • process.sequential
  • process.hierarchical
  • add_task

Source

View on GitHub

praisonaiagents/agents/agents.py at line 1177