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.get_running_loopasyncio.Eventcompleted_agents.addloop.call_soon_threadsafecheck_completionssubscribecompletion_event.is_setasyncio.wait_forcompletion_event.waitunsubscribe
Source
View on GitHub
praisonaiagents/agents/agents.py at line 4093
