Agent Manager is an open-source Go-based CLI utility and orchestration harness created by Kevin Elliott. It is designed to catalog, discover, and manage terminal-based AI coding agents, skills, and agent-adjacent developer utilities in one place. Operating directly from the terminal, Agent Manager maintains an extensive embedded catalog of over 100 CLI coding agents, routing utilities (such as Claude Code Router), skill packages, and token usage analyzers. Developers use it to inspect, track, and maintain their terminal AI toolchain without manually searching package registries or GitHub repositories. Rather than serving as an LLM execution harness or standalone coding agent itself, Agent Manager functions as a dedicated ecosystem manager and discovery layer. It bridges different agent ecosystems across npm, Homebrew, and Go, standardizing how coding agents and their companion tools are tracked and referenced across development environments. Agent Manager is open-source software distributed via GitHub and Homebrew.
Tags: ai agent, cli, developer tools, OpenSource, terminal
catalog.json) for zero-dependency offline querying and inspection. - Multi-Ecosystem Discovery — Aggregates agent tools distributed across Homebrew, npm, and native binary releases. - Catalog Synchronization — Includes automated tooling and check scripts to keep agent registry metadata current across updates. - Homebrew Integration — Ships with an official Homebrew formula for straightforward installation and updates on macOS and Linux.Agent Manager is suited for developers, DevOps engineers, and teams actively working with or evaluating multiple terminal-based AI coding agents and CLI LLM utilities. It is not an interactive LLM chat agent or standalone code generator itself.
bash # Via Homebrew tap brew tap kevinelliott/agentmanager brew install agentmanager # Or build from source with Go (requires Go 1.21+) git clone https://github.com/kevinelliott/agentmanager.git cd agentmanager make buildbash agentmanager --versionbash # List all cataloged coding agents and tools agentmanager list # Search for specific agents or categories (e.g., token usage or routers) agentmanager search router # View detailed metadata for a specific agent agentmanager info claude-code-routerPart of CLI Coding Agents
Categories: AI Coding Agents, Developer Tools, Productivity