Expand description
Spawn module for agent lifecycle management.
Owns the agent stack (Vec
Re-exports§
pub use complete_task::CompleteTask;pub use spawn_agent::SpawnAgent;
Modules§
- complete_
task - Complete task tool - signals task completion and pops the agent stack.
- spawn_
agent
Structs§
Functions§
- allowed_
agents_ for - Returns the set of agents that can be spawned by the given agent. Based on hierarchical chain: can only spawn agents at lower levels.