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
6
7
8
9
{
  "name": "agent-teams",
  "version": "0.1.0",
  "description": "Multi-agent team orchestration for Claude Code. Spawn Claude + Codex + Gemini agents using slash commands.",
  "author": { "name": "ZhangHanDong" },
  "repository": "https://github.com/ZhangHanDong/agent-teams",
  "license": "MIT",
  "keywords": ["multi-agent", "teams", "codex", "gemini", "delegation", "orchestration"]
}