# Awesome DeepSeek Agent [English](./README.md) | [简体中文](./README.zh-CN.md) A curated list of guides for integrating **DeepSeek** models into popular AI agent and coding-assistant tools. Each guide walks through installation, configuration, and first run — so you can start using DeepSeek-V4-Pro or DeepSeek-V4-Flash inside your favorite tool in a few minutes.
## Contents | Tool | Description | Guide | | --------------- | ----------------------------------------------------------------------------------------------------------- | ------------------------------ | | **Cherry Studio** | Open-source cross-platform desktop AI client with 300+ assistants, MCP support, knowledge bases, and multi-model chat. | [Guide](./docs/cherry_studio.md) | | **Claude Code** | AI coding assistant that runs in the terminal. | [Guide](./docs/claude_code.md) | | **GitHub Copilot** | AI peer programmer built into VS Code. | [Guide](./docs/github_copilot.md) | | **GitHub Copilot CLI** | Terminal-native AI coding assistant with agentic capabilities. | [Guide](./docs/copilot_cli.md) | | **Codex** | OpenAI's coding agent. | [Guide](./docs/codex.md) | | **Kilo Code** | AI coding assistant available as a CLI and editor extension. | [Guide](./docs/kilo_code.md) | | **WorkBuddy/CodeBuddy** | AI agent and coding assistant with custom OpenAI-compatible model configuration. | [Guide](./docs/workbuddy.md) | | **OpenCode** | Open-source AI coding assistant available in terminal, web, and other forms. | [Guide](./docs/opencode.md) | | **Oh My Pi** | Terminal AI coding agent forked from Pi with OMP-specific tools, model roles, MCP, plugins, and agent workflows. | [Guide](./docs/oh-my-pi.md) | | **OpenClaw** | Open-source personal AI assistant that plugs into chat tools (Feishu, WeChat) and is extensible via Skills. | [Guide](./docs/openclaw.md) | | **AstrBot** | Open-source agent assistant for Feishu, Telegram and more, extensible with skills, plugins, and MCPs. | [Guide](./docs/astrbot.md) | | **Deep Code** | Open-source terminal AI coding assistant for the DeepSeek-V4 model with deep thinking, reasoning effort control, and Agent Skills. | [Guide](./docs/deepcode.md) | | **Hermes** | Open-source self-improving AI agent built by Nous Research. | [Guide](./docs/hermes.md) | | **nanobot** | Open-source lightweight AI agent with chat platform integration, memory, MCP, and more. | [Guide](./docs/nanobot.md) | | **Crush** | Glamorous open-source AI coding agent for the terminal with multi-model support and LSP integration. | [Guide](./docs/crush.md) | | **Pi** | Minimal, extensible terminal coding harness with tree-structured sessions and custom providers. | [Guide](./docs/pi_mono.md) | | **Reasonix** | DeepSeek-native coding agent that runs in the terminal — cache-first loop, MCP-native. | [Guide](./docs/reasonix.md) | | **Langcli** | Open-source AI coding assistant that is 100% compatible with Claude Code and supports mainstream LLM models | [Guide](./docs/langcli.md) | | **DeepSeek-TUI** | Open-source Rust terminal coding assistant for DeepSeek-V4 — Codex-style architecture, sandboxed tools, MCP client + server, 1M context. | [Guide](./docs/deepseek-tui.md) | ## Resources - [DeepSeek Platform](https://platform.deepseek.com/) — get an API key. - [DeepSeek API Docs](https://api-docs.deepseek.com/) — API reference and guides. ## Contributing Have another tool you'd like to see here? See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines on opening an issue or a pull request with a new guide.