Skip to main content

Module agent

Module agent 

Source
Expand description

Agent tool wiring.

This module assembles the focused submodules that implement spawning, messaging, listing, and killing sub-agents while keeping the public surface limited to AgentTool.

§Examples

let tool = AgentTool::new();
assert_eq!(tool.id(), "agent");

Structs§

AgentTool
Tool entrypoint for spawning and managing sub-agents.