HandoffDepthError
Defined in the handoff module.Rust AI Agent SDK Error when max handoff depth is exceeded.
Fields
| Name | Type | Description |
|---|---|---|
depth | usize | Current depth |
max_depth | usize | Maximum allowed depth |
Source
View on GitHub
praisonai/src/handoff/mod.rs at line 396
