Skip to main content

wait_for_completions

Method
This is a method of the AgentTeam class in the agents module.
Wait for sub-agent completions (optional blocking method).

Signature

Parameters

Optional[float]
No description available.
Optional
No description available.

Returns

List[SubAgentCompletionEvent]
The result of the operation.

Uses

  • time_module.time
  • completed_agents.add
  • time_module.sleep

Source

View on GitHub

praisonaiagents/agents/agents.py at line 3297