HandoffFilters
Defined in the Workflow Aliases module.Rust AI Agent SDK Handoff filter configuration
Fields
| Name | Type | Description |
|---|---|---|
filter_type | Option<HandoffFilter> | Filter type |
agents | Vec<String> | List of agent names for allow/deny lists |
Methods
new
allow_all
deny_all
allow_only
| Name | Type |
|---|---|
agents | Vec<String> |
deny
| Name | Type |
|---|---|
agents | Vec<String> |
is_allowed
| Name | Type |
|---|---|
target | &str |
Source
View on GitHub
praisonai/src/parity/workflow_aliases.rs at line 216
