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.
Awesome AI Agents › AI Developer Tools
Pilot Shell is a workflow layer installed on top of Claude Code and Codex CLI that adds structure to agent-driven development, on the premise that these CLIs write code quickly but skip tests, lose context and give inconsistent results without a defined process. It installs globally on macOS, Linux and Windows under WSL2 through a shell script, integrates with any existing project using the native concepts of the host agent such as rules, hooks, skills, subagents and MCP servers, and loads automatically whenever the agent is started. The core workflow is a set of commands: one turns rough ideas into clear requirements with optional deep research, one plans, implements and verifies a feature end to end under test-driven development, one takes a goal and loops between building and judging until every acceptance criterion passes, and one runs a bugfix lane that bails out when the change turns out to be more complex than a standard fix. Around those commands sit supporting features: specs can be shared with teammates so annotations flow back grouped by author, hooks enforce linting, formatting, type checking and tests as quality gates, context engineering preserves decisions and knowledge between sessions, captured memories can be shared with a team through the project repository, and code intelligence combines semantic search with a code knowledge graph. The project claims substantial token cost reduction from compression and that code search. It also includes a persistent automation agent for scheduled tasks and background jobs, reusable extensions covering rules, skills and MCP servers, and a local web console with real-time notifications and session management. It requires a paid Claude or OpenAI subscription plus a license key, and supports dev containers and agent sandboxing.
https://github.com/maxritter/claude-codepro
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.
Open-source terminal coding agent written in Rust that edits files, runs commands and works toward a goal across many model providers.
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 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.
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.
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 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 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.