HandoffCycleError
Defined in the handoff module.Rust AI Agent SDK Error when a cycle is detected in handoff chain.
Fields
| Name | Type | Description |
|---|---|---|
chain | Vec<String> | The chain of agents that formed the cycle |
Source
View on GitHub
praisonai/src/handoff/mod.rs at line 381
