Skip to main content

astart

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

Signature

async def astart(content: Any, return_dict: Any) -> Any

Parameters

content
Any
Optional content to add to all tasks’ context
return_dict
Any
default:"False"
If True, returns the full results dictionary instead of only the final response **kwargs: Additional arguments

Returns

Returns
Any
The result of the operation.

Uses

  • track_agent_execution
  • arun_all_tasks
  • get_all_tasks_status
  • get_task_result

Used By

Source

View on GitHub

praisonaiagents/agents/agents.py at line 877