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
Takopi is a Python command-line tool that puts agentic coding CLIs behind a Telegram bot, so a developer can start, follow and continue agent runs from a phone. It supports four engines that must already be on PATH: codex, claude, opencode and pi. A message prefixed with a slash and the engine name picks which one handles the request, and replying to a message continues that thread. Projects are registered with takopi init, after which any chat can target them by name, and mentioning a branch runs the agent inside a dedicated git worktree, so several repositories and branches can be worked on at the same time without them interfering. Runs execute in parallel across agent sessions with a per-session queue, and Codex sessions additionally expose steering and cancel controls. Progress is streamed back into the chat: the commands being run, the tools invoked, the files changed and elapsed time. Resume is stateless, so a conversation can be picked up in the chat or the printed resume line can be pasted into a terminal to continue the same session locally. Files can be sent into the repository from Telegram and files or whole directories fetched back out. In group chats, forum topics can be mapped to repository and branch contexts. An interactive setup wizard walks through creating a bot token with BotFather, choosing one of three workflows named assistant, workspace and handoff, connecting the chat and selecting a default engine; each workflow presets conversation mode, topic handling and resume lines. Configuration is inspected and changed with takopi config list, get and set. The tool installs with uv, needs Python 3.14 or newer, works with existing Anthropic and OpenAI subscriptions, and accepts entry-point plugins that add engines, transports and commands.
https://github.com/banteg/takopi
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.