Skip to main content

arun_all_tasks

AsyncMethod
This is a method of the AgentTeam class in the agents module.
Async version of run_all_tasks method

Signature

async def arun_all_tasks() -> Any

Returns

Returns
Any
The result of the operation.

Uses

  • Process
  • process.aworkflow
  • arun_task
  • asyncio.gather
  • asyncio.get_running_loop
  • loop.run_in_executor
  • copy_context_to_callable
  • run_task
  • process.asequential
  • flush_async_tasks

Used By

Source

View on GitHub

praisonaiagents/agents/agents.py at line 809