//! Team Orchestration — named groups of sub-agents with batch operations.
//!
//! Provides 3 tools: team_create, team_delete, team_broadcast.
//! Teams are tracked by TeamManager; individual agents still live in SubAgentManager.
pub use TeamBroadcastTool;
pub use TeamCreateTool;
pub use TeamDeleteTool;
pub use TeamManager;