handoff_to_async
AsyncMethod
This is a method of the Agent class in the agent module.Asynchronously hand off a task to another agent. This is the async version of handoff_to() with concurrency control and timeout support.
Signature
Parameters
The agent to hand off to
The task/prompt to pass to target agent
Optional additional context dictionary
Optional HandoffConfig for advanced settings
Returns
HandoffResult with response or error

