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
Reverse API Engineer is a Python command-line tool that generates API clients from the private endpoints a website calls in the browser. The user gives it a site and a goal, such as fetching all job listings from a careers page. A browser then visits the site, driven either by the user or by an AI agent, all network traffic is captured into a HAR file, and the configured model reads that traffic and writes a working client in Python, JavaScript, TypeScript, Go, Java, C#, PHP, Ruby or C. The stated aim is to replace the manual loop of opening developer tools, copying cURL commands and assembling a client by hand. Four modes are cycled from the interface. Manual mode has the user drive a local Playwright browser while the model generates the client from the capture. Agent mode, the default, has an AI agent drive the capture autonomously through browser MCP servers such as Playwright or Chrome DevTools, or through the Vercel agent-browser CLI; a chrome-mcp provider drives the real Chrome browser so existing sessions and cookies are reused. Engineer mode re-runs generation against a previous capture identified by run id, and collector mode has the agent gather structured JSON or CSV data using web search and fetch. Output lands in a per-run scripts directory containing the client, a README and an example usage file. Configuration lives in a JSON file under the home directory and is editable from a settings command inside the CLI: it selects the agent provider, the coding SDK, which can be Claude, OpenCode, Cursor or GitHub Copilot, the model per role, and the output language and directory. Installation is through uv or pip; manual mode needs an optional extra plus a Playwright Chromium download. MIT licensed, Python 3.11 or newer.
https://github.com/kalil0321/reverse-api-engineer
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.