execute_programmatic
Method
This is a method of the Handoff class in the handoff module.Execute handoff programmatically (not via LLM tool call). This is the unified programmatic handoff API that replaces Agent.delegate().
Signature
Parameters
The agent initiating the handoff
The task/prompt to pass to target agent
Optional additional context
Returns
HandoffResult with response or error

