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
Cyrus is a TypeScript background agent that connects issue trackers and chat platforms to terminal coding agents. It monitors issues assigned to it in Linear, GitHub, GitLab or Slack, creates an isolated git worktree for each issue so parallel work cannot collide, runs a coding-agent session inside that worktree using Claude Code, OpenAI Codex, Cursor or Gemini, and streams detailed activity updates back to the originating platform. The integration is richer than plain comment posting: it supports interactive elements such as dropdown selects and approval prompts, so a human can steer or authorise the agent from inside the issue thread. Cyrus is a bring-your-own-key and bring-your-own-subscription platform, meaning the operator supplies the model credentials and no tokens are resold. Three deployment shapes are documented. A fully self-hosted community option costs nothing and uses the operator own Linear OAuth application, GitHub App and Slack App; an AI-guided setup skill installed with the skills CLI walks through installing dependencies, configuring authentication, creating the integration apps and connecting repositories, invoked as a slash command from any coding agent, with a manual guide as an alternative. A paid self-hosted plan keeps the agent runtime on a machine the operator controls while the networking layer and integrations come from the Cyrus cloud provider, installed from npm as cyrus-ai and authenticated with a token. A fully cloud-hosted plan is managed entirely from the vendor dashboard. For opening pull or merge requests the host needs git and the GitHub or GitLab CLI configured. The process is meant to run persistently under tmux, pm2 or systemd, and a Cloudflare Tunnel setup is documented for exposing a local instance. Configuration lives in a documented config.json with repository and global initialisation scripts. Licensed Apache-2.0.
https://github.com/ceedaragents/cyrus
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.