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
Autopilot is an AI-powered developer tool that leverages GPT technology to read and understand a codebase, create contextual metadata, and solve programming tasks automatically. The tool works by scanning the codebase and generating a database with metadata about the files, which it then uses to determine which files are relevant to a given task. Autopilot can implement requested changes across multiple files, update existing files, and create new files based on existing ones. It supports referencing specific files, functions, or business concepts within the codebase to perform targeted modifications. The tool is designed to work interactively, allowing users to review and control the changes with options to retry, continue, or abort the process. It also provides detailed logs of each AI interaction and the updates made. Autopilot can be used as a standalone tool or integrated as a GitHub app, which automates issue resolution and pull request management directly on GitHub. The project supports parallel processing to speed up task execution and pre-processes codebase files for efficient handling. However, it currently does not support starting new files from scratch, deleting files, adding new third-party libraries, cascading updates to related files like tests, or self-testing and fixing the code it writes. The tool requires Node.js v18 or above and an OpenAI API key for operation. It is installed by cloning the repository, installing dependencies, and configuring environment variables such as the code directory path and file extensions to process. Users can run tasks via command line with options for automatic application of changes or interactive review mode. Autopilot aims to enhance developer productivity by automating codebase understanding and modification tasks using advanced AI, making it a valuable assistant for software development workflows. The project encourages community contributions to improve its capabilities and features.
https://github.com/fjrdomingues/autopilot
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.