Awesome AI AgentsAI Developer Tools

asheshgoplani/agent-deck

⭐ 882 Go repository created 2025-12-03

Agent Deck is a terminal user interface that acts as mission control for a fleet of AI coding agents. Developers who run Claude Code on several repositories, plus Codex, Gemini CLI, OpenCode or Aider elsewhere, normally lose track of which session is running, which is waiting for input and which has finished. Agent Deck puts every session in one list with live status and lets the user switch between them with a single keystroke, attaching to the underlying terminal session rather than replacing the agent. Around that core it adds fleet management features: grouping and search across sessions, forking a session to explore an alternative, integration with git worktrees so parallel agents work on isolated checkouts, and cost tracking per session. A component called the conductor allows a running fleet to be observed and steered from a phone. The project is written in Go using the Bubble Tea TUI toolkit, works on macOS, Linux and Windows through WSL, and installs via a shell script, Homebrew tap, go install or from source. It also exposes a web view alongside the terminal interface and supports MCP. The repository is actively maintained with an explicit contributor pipeline: incoming pull requests are applied, built and tested within about a day, and the project publishes a contributor skill that walks an AI agent through preparing a clean pull request. It is aimed at developers running many concurrent agent sessions who need visibility and fast context switching rather than another agent framework, and it is MIT licensed with regular tagged releases.

https://github.com/asheshgoplani/agent-deck

tuisession-managercoding-agentsclaude-codegolangdeveloper-toolsgit-worktreeterminal

Also in AI Developer Tools

deepseek-ai/deepseek-harness

DeepSeek Harness (dsh) is an open-source agent harness from DeepSeek AI built on an everything-is-a-plugin architecture over the Cordis framework, started from npm with a local web UI.

Hmbown/Codewhale

Open-source terminal coding agent written in Rust that edits files, runs commands and works toward a goal across many model providers.

TabbyML/tabby

Tabby is a self-hosted, open-source AI coding assistant providing a private and customizable alternative to GitHub Copilot with rich integration and deployment options.

cursor/cursor

Cursor is an AI-powered code editor designed to enhance programming productivity by integrating intelligent code suggestions and AI-driven features directly into the coding workflow.

oraios/serena

Serena is a free and open-source coding agent toolkit that enhances large language models with semantic code retrieval and editing capabilities, enabling autonomous coding workflows directly on your codebase.

QwenLM/qwen-code

Open-source terminal coding agent from the Qwen team with subagents, skills, hooks and MCP support, speaking the OpenAI, Anthropic, Gemini and Qwen API formats plus local model runtimes.

plandex-ai/plandex

Plandex is an open-source AI coding agent designed to plan, execute, and manage large-scale coding tasks and real-world projects with high efficiency and flexibility.

smol-ai/developer

Smol Developer is a library and toolset that embeds a junior developer AI agent into applications to scaffold and generate codebases interactively through human-in-the-loop prompt engineering.