Skip to main content

HandoffFilters

Defined in the Workflow Aliases module.
Rust AI Agent SDK Handoff filter configuration

Fields

Methods

new

Create a new handoff filter

allow_all

Allow all handoffs

deny_all

Deny all handoffs

allow_only

Allow only specific agents Parameters:

deny

Deny specific agents Parameters:

is_allowed

Check if handoff to target is allowed Parameters:

Source

View on GitHub

praisonai/src/parity/workflow_aliases.rs at line 216

Rust Handoffs

Rust A2A