# awesome-deepseek-agent

## Awesome DeepSeek Agent

[English](https://github.com/deepseek-ai/awesome-deepseek-agent/blob/main/README.md) | [简体中文](https://github.com/deepseek-ai/awesome-deepseek-agent/blob/main/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 |
| --- | --- | --- |
| **Claude Code** | AI coding assistant that runs in the terminal. | [Guide](https://github.com/deepseek-ai/awesome-deepseek-agent/blob/main/docs/claude_code.md) |
| **GitHub Copilot** | AI peer programmer built into VS Code. | [Guide](https://github.com/deepseek-ai/awesome-deepseek-agent/blob/main/docs/github_copilot.md) |
| **GitHub Copilot CLI** | Terminal-native AI coding assistant with agentic capabilities. | [Guide](https://github.com/deepseek-ai/awesome-deepseek-agent/blob/main/docs/copilot_cli.md) |
| **Kilo Code** | AI coding assistant available as a CLI and editor extension. | [Guide](https://github.com/deepseek-ai/awesome-deepseek-agent/blob/main/docs/kilo_code.md) |
| **WorkBuddy/CodeBuddy** | AI agent and coding assistant with custom OpenAI-compatible model configuration. | [Guide](https://github.com/deepseek-ai/awesome-deepseek-agent/blob/main/docs/workbuddy.md) |
| **OpenCode** | Open-source AI coding assistant available in terminal, web, and other forms. | [Guide](https://github.com/deepseek-ai/awesome-deepseek-agent/blob/main/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](https://github.com/deepseek-ai/awesome-deepseek-agent/blob/main/docs/oh-my-pi.md) |
| **OpenClaw** | Open-source personal AI assistant that plugs into chat tools (Feishu, WeChat) and is extensible via Skills. | [Guide](https://github.com/deepseek-ai/awesome-deepseek-agent/blob/main/docs/openclaw.md) |
| **AstrBot** | Open-source agent assistant for Feishu, Telegram and more, extensible with skills, plugins, and MCPs. | [Guide](https://github.com/deepseek-ai/awesome-deepseek-agent/blob/main/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](https://github.com/deepseek-ai/awesome-deepseek-agent/blob/main/docs/deepcode.md) |
| **Hermes** | Open-source self-improving AI agent built by Nous Research. | [Guide](https://github.com/deepseek-ai/awesome-deepseek-agent/blob/main/docs/hermes.md) |
| **nanobot** | Open-source lightweight AI agent with chat platform integration, memory, MCP, and more. | [Guide](https://github.com/deepseek-ai/awesome-deepseek-agent/blob/main/docs/nanobot.md) |
| **Crush** | Glamorous open-source AI coding agent for the terminal with multi-model support and LSP integration. | [Guide](https://github.com/deepseek-ai/awesome-deepseek-agent/blob/main/docs/crush.md) |
| **Pi** | Minimal, extensible terminal coding harness with tree-structured sessions and custom providers. | [Guide](https://github.com/deepseek-ai/awesome-deepseek-agent/blob/main/docs/pi_mono.md) |
| **Reasonix** | DeepSeek-native coding agent that runs in the terminal — cache-first loop, MCP-native. | [Guide](https://github.com/deepseek-ai/awesome-deepseek-agent/blob/main/docs/reasonix.md) |
| **Langcli** | Open-source AI coding assistant that is 100% compatible with Claude Code and supports mainstream LLM models | [Guide](https://github.com/deepseek-ai/awesome-deepseek-agent/blob/main/docs/langcli.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? Open an issue or a pull request with a new guide following the structure of the existing ones.
