# awesome-deepseek-agent | DeepSeek | Knowledge Base | Instagit

GitHub Stars: 5.9k

Repository: https://github.com/deepseek-ai/awesome-deepseek-agent

---

## Articles

### [How to Configure the Notification Script in Deep Code: A Complete Guide](/deepseek-ai/awesome-deepseek-agent/notification-script-configuration-in-deep-code)

Learn how to configure the notification script in Deep Code. This guide shows you how to automate custom notifications after each model turn using the notify configuration field.

- Tags: how-to-guide
- Published: 2026-08-15

### [How to Use Slash Commands in Deep Code and DeepSeek-TUI: A Complete Guide](/deepseek-ai/awesome-deepseek-agent/slash-commands-in-deep-code-and-deepseek-tui)

Master slash commands in Deep Code and DeepSeek-TUI. Learn to execute actions, manage conversations, and use custom Agent Skills with this complete guide.

- Tags: how-to-guide
- Published: 2026-08-15

### [How to Configure Custom Models in Cline: Window Size, Temperature, and Pricing](/deepseek-ai/awesome-deepseek-agent/custom-model-configuration-in-cline)

Configure custom DeepSeek models in Cline with OpenAI compatible mode. Control window size, temperature, and pricing for optimal performance. Learn how now.

- Tags: how-to-guide
- Published: 2026-08-15

### [DeepSeek-TUI vs Cline: Key Differences for VS Code Integration](/deepseek-ai/awesome-deepseek-agent/deepseek-tui-vs-cline-for-vs-code-integration)

Compare DeepSeek-TUI and Cline for VS Code integration. Discover which terminal interface suits your workflow best for seamless coding and agent interaction.

- Tags: comparison
- Published: 2026-08-15

### [How to Configure the Web Search Tool in Deep Code](/deepseek-ai/awesome-deepseek-agent/web-search-tool-configuration-in-deep-code)

Configure the web search tool in Deep Code by setting "webSearchTool": true in settings.json. Get real-time web retrieval for coding assistance.

- Tags: how-to-guide
- Published: 2026-08-15

### [How to Use the DeepSeek-TUI HTTP Runtime API for IDE Embedding](/deepseek-ai/awesome-deepseek-agent/deepseek-tui-http-runtime-api-for-ide-embedding)

Embed DeepSeek-TUI into your IDE using the HTTP runtime API. Stream completions and manage tool usage seamlessly without the terminal. Explore the power of DeepSeek-TUI integration.

- Tags: how-to-guide
- Published: 2026-08-15

### [How to Configure the DeepSeek China Endpoint (`api.deepseeki.com`)](/deepseek-ai/awesome-deepseek-agent/deepseek-china-endpoint-configuration)

Easily configure the DeepSeek China endpoint api.deepseeki.com by setting the DEEPSEEK_BASE_URL environment variable. Route API requests through the China endpoint effortlessly without code changes.

- Tags: how-to-guide
- Published: 2026-08-15

### [How to Configure Environment Variables for Claude Code on Windows: Complete Guide](/deepseek-ai/awesome-deepseek-agent/environment-variable-configuration-for-claude-code-on-windows)

Learn how to configure environment variables for Claude Code on Windows. Set ANTHROPIC_BASE_URL and ANTHROPIC_AUTH_TOKEN in PowerShell or system settings for seamless integration.

- Tags: how-to-guide
- Published: 2026-08-15

### [Deep Code vs DeepSeek-TUI: Feature Differences Explained](/deepseek-ai/awesome-deepseek-agent/deep-code-vs-deepseek-tui-feature-comparison)

Compare Deep Code and DeepSeek-TUI features. Discover Deep Code's Node.js CLI simplicity versus DeepSeek-TUI's Rust powerhouse with 1M token context and OS sandboxing.

- Tags: comparison
- Published: 2026-08-15

### [Is the deepseek-reasoner Model Deprecated in Cline? Official Migration Guide](/deepseek-ai/awesome-deepseek-agent/deepseek-reasoner-model-deprecation-in-cline)

Is deepseek-reasoner deprecated in Cline? Learn why and get the official migration guide to update your agent extensions today.

- Tags: migration-guide
- Published: 2026-08-15

### [Is DeepSeek Compatible with Anthropic API and Claude Code?](/deepseek-ai/awesome-deepseek-agent/deepseek-anthropic-api-compatibility-with-claude-code)

Discover DeepSeek V4 Pro and Flash compatibility with Anthropic API and Claude Code. Use our Anthropic-compatible endpoint for seamless integration and advanced AI capabilities.

- Tags: faq
- Published: 2026-08-15

### [How to Configure Sub-Agents in DeepSeek-TUI: A Complete Guide](/deepseek-ai/awesome-deepseek-agent/configuring-sub-agents-in-deepseek-tui)

Learn how to configure sub-agents in DeepSeek-TUI using the agent lifecycle tools and the config.toml file. This guide explains the steps to enhance your agent workflows.

- Tags: how-to-guide
- Published: 2026-08-15

### [How to Configure Hooks in DeepSeek-TUI for Pre/Post Lifecycle Events](/deepseek-ai/awesome-deepseek-agent/deepseek-tui-hooks-configuration-for-pre-post-lifecycle-events)

Learn to configure DeepSeek-TUI hooks for pre/post lifecycle events. Control output with stdout, JSONL, or webhooks for every agent execution. Customize your agent workflow today.

- Tags: how-to-guide
- Published: 2026-08-15

### [How to Use the RLM (Recursive LM) Tool in DeepSeek-TUI for Oversized Inputs](/deepseek-ai/awesome-deepseek-agent/using-rlm-tool-in-deepseek-tui-for-oversized-inputs)

Learn to use the RLM Recursive LM tool in DeepSeek-TUI. It processes oversized inputs by recursively handling text chunks in isolation within a sandboxed Python REPL.

- Tags: how-to-guide
- Published: 2026-08-15

### [Differences Between Plan, Agent, and YOLO Modes in DeepSeek-TUI: Security and Execution Models](/deepseek-ai/awesome-deepseek-agent/deepseek-tui-plan-vs-agent-vs-yolo-mode-differences)

Understand DeepSeek-TUI modes: Plan for safe read-only exploration, Agent for controlled tool use, and YOLO for full autonomy. Learn their security and execution differences.

- Tags: deep-dive
- Published: 2026-08-15

### [How to Use the 1 Million Token Context Window in DeepSeek-TUI](/deepseek-ai/awesome-deepseek-agent/using-1m-token-context-window-in-deepseek-tui)

Unlock the 1 million token context window in DeepSeek-TUI by configuring the client with deepseek-v4-pro or deepseek-v4-flash models. Process extensive data without truncation in a single request.

- Tags: how-to-guide
- Published: 2026-08-15

### [How to Configure DeepSeek-TUI as an MCP Client and Server](/deepseek-ai/awesome-deepseek-agent/deepseek-tui-mcp-client-and-server-configuration)

Set up DeepSeek-TUI as an MCP client and server by configuring JSON and TOML files. Learn how to launch the server and TUI for seamless bidirectional agent messaging.

- Tags: how-to-guide
- Published: 2026-08-15

### [How to Configure Agent Skills in Deep Code CLI: A Complete Guide](/deepseek-ai/awesome-deepseek-agent/configuring-agent-skills-in-deep-code-cli)

Master configuring Agent Skills in Deep Code CLI. Learn to place markdown files for user or project-level skills and unlock powerful AI capabilities. Get the complete guide now.

- Tags: how-to-guide
- Published: 2026-08-15

### [How to Set Up Reasoning Effort Control in Claude Code with DeepSeek Models](/deepseek-ai/awesome-deepseek-agent/setting-up-reasoning-effort-control-in-claude-code-with-deepseek-models)

Master reasoning effort control in Claude Code with DeepSeek models. Set CLAUDE_CODE_EFFORT_LEVEL to max, high, medium, or low for tailored computational depth. Optimize your AI's performance.

- Tags: how-to-guide
- Published: 2026-08-15

### [How to Configure DeepSeek API as a Provider in Cline: DeepSeek Provider vs. OpenAI Compatible Mode](/deepseek-ai/awesome-deepseek-agent/how-to-configure-deepseek-api-as-provider-in-cline-vs-openai-compatible-mode)

Learn to configure the DeepSeek API in Cline using the native DeepSeek Provider or OpenAI Compatible mode. Discover the benefits of each for managing your AI endpoints.

- Tags: how-to-guide
- Published: 2026-08-15

