await_for_completions
AsyncMethod
This is a method of the AgentTeam class in the agents module.Async, event-driven version of wait_for_completions.
Signature
Parameters
Optional[float]
No description available.
Optional
No description available.
Returns
List[SubAgentCompletionEvent]
The result of the operation.
Uses
asyncio.Lockasyncio.Eventcompleted_agents.addasyncio.get_running_looploop.call_soon_threadsafecheck_completionscompletion_event.is_setsubscribeasyncio.wait_forcompletion_event.wait
Source
View on GitHub
praisonaiagents/agents/agents.py at line 3508
