Adam Nutt

Tutti - Your agents, all together

by
Open-source CLI that orchestrates multiple AI coding agents (Claude Code, Codex, Aider) from a single TOML config. Launch teams with dependency ordering, crash recovery, workflow automation, token tracking, and autonomous SDLC loops — all local-first, no API keys.

Add a comment

Replies

Best
Adam Nutt
Maker
📌
I was running 5 agent sessions across terminals, manually tracking what each one was doing and copy-pasting context between them. So I built tutti. v0.3.0 just shipped with autonomous SDLC loops — agents pick up GitHub issues, implement, test, open PRs, respond to review feedback, and merge. The only manual step is approving the final PR. It's Rust, tmux under the hood, works with whatever agent CLIs you already have. cargo install tutti to try it. Would love feedback from anyone else running multi-agent workflows.