Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
execute_async
AsyncMethod
This is a method of the Handoff class in the handoff module.Execute handoff asynchronously with concurrency control.
Signature
Parameters
The agent initiating the handoff
The task/prompt to pass to target agent
Optional additional context
Returns
HandoffResult with response or error
Uses
asyncio.Semaphoretime.timelogger.infoachatasyncio.get_event_looploop.run_in_executorHandoffResultasyncio.wait_forHandoffTimeoutError
Used By
Source
View on GitHub
praisonaiagents/agent/handoff.py at line 453
