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");