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
Flock is a self-hosted bot, written in Go and shipped as prebuilt Docker images, that turns a chat conversation into a software development pipeline. A user describes a feature in Telegram or VK, and the bot runs five native Claude Code subagents in sequence: a planner that turns the request into a spec with acceptance criteria, a coder, a tester, a reviewer that leaves inline comments, and an arbiter that breaks loops and decides between approving the result and escalating back to the human. Each chat gets its own sandboxed workspace inside the container, and branches are named after the chat id so that pull request events route back to the conversation that started them. The project targets microservices repositories, so one feature can span several services with coordinated branches and one cross-linked pull request per repository. Several optional autonomy loops sit on top of the pipeline. Post-run verification re-runs the repository check gate itself instead of trusting the agent claim that tests pass, and sends the team back with the real failure output. A goal command arms an independent evaluator in a fresh session that inspects the workspace after every run and injects unmet criteria back as fix-up work. A scheduler runs recurring prompts per chat with timezone support, and a continuous integration watcher polls build status on the agent branches, reporting red builds back to chat and optionally auto-merging green pull requests. All of it is bounded by a per-chat daily autonomy budget. Authentication works with a Claude Pro or Max subscription token or an Anthropic API key. Transport is pluggable: Telegram and VK share one core, and adding a platform means writing a thin adapter rather than forking the project.
https://github.com/duckbugio/flock
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.