uzi
Basic Information
Uzi is a developer-oriented CLI tool for orchestrating many AI coding agents in parallel. It creates isolated Git worktrees for each agent, manages a tmux session per agent, and brings up development servers on distinct ports so multiple agents can run, test, and iterate on code concurrently. Users configure projects with a uzi.yaml file specifying a devCommand and a portRange, and then spawn agent sessions using the uzi prompt command with agent types and counts. The README shows workflows for monitoring sessions, broadcasting instructions, automatically confirming prompts, and checkpointing agent changes back into the main branch. Prerequisites listed are Git, tmux, Go for installation, and any AI tool of choice such as claude or codex. The tool is intended for developers who want to run coordinated coding agents against a codebase and manage their outputs and integration.