Augments the LlmRequest to support agent transfer. When the current
agent has reachable transfer targets (sub-agents, peer agents, or a parent
agent), this processor registers a transfer_to_agent function tool and
appends instructions describing each candidate so the model can choose to
hand off control.
Augments the LlmRequest to support agent transfer. When the current agent has reachable transfer targets (sub-agents, peer agents, or a parent agent), this processor registers a
transfer_to_agentfunction tool and appends instructions describing each candidate so the model can choose to hand off control.