HandoffChain
Defined in the handoff module.Rust AI Agent SDK Thread-safe handoff chain tracker.
Fields
| Name | Type | Description |
|---|---|---|
chain | std::sync::RwLock<Vec<String>> | - |
Methods
new
get
depth
push
| Name | Type |
|---|---|
agent_name | impl Into<String> |
pop
contains
| Name | Type |
|---|---|
agent_name | &str |
clear
Source
View on GitHub
praisonai/src/handoff/mod.rs at line 442
