agent-teams 0.1.0

Generic Rust agent teams framework replicating Claude Code Agent Teams architecture with pluggable backends for Claude Code, Codex, and Gemini CLI
Documentation
1
2
3
4
5
//! Individual tab view renderers.

pub mod team_status;
pub mod checkpoints;
pub mod token_costs;