Handoff
Defined in the handoff module.Rust AI Agent SDK Represents a handoff configuration for delegating tasks to another agent. Handoffs are represented as tools to the LLM, allowing agents to transfer control to specialized agents for specific tasks.
Fields
Methods
new
tool_name
tool_description
config
get_tool_name
get_tool_description
check_safety
prepare_context
Source
View on GitHub
praisonai/src/handoff/mod.rs at line 492
