<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>AI编程助手 on Text Matrix</title><link>https://txtmix.com/tags/ai%E7%BC%96%E7%A8%8B%E5%8A%A9%E6%89%8B/</link><description>Recent content in AI编程助手 on Text Matrix</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Sat, 23 May 2026 08:55:34 +0800</lastBuildDate><atom:link href="https://txtmix.com/tags/ai%E7%BC%96%E7%A8%8B%E5%8A%A9%E6%89%8B/index.xml" rel="self" type="application/rss+xml"/><item><title>InsForge：AI编程助手专属后端平台指南</title><link>https://txtmix.com/posts/tech/insforge-ai-backend-platform-guide/</link><pubDate>Wed, 06 May 2026 20:05:34 +0800</pubDate><guid>https://txtmix.com/posts/tech/insforge-ai-backend-platform-guide/</guid><description>&lt;p>InsForge 是一个开源后端开发平台，定位是 &lt;strong>AI 编程助手和 AI 代码编辑器的后端基础设施&lt;/strong>。它将传统后端原语（数据库、身份认证、存储、函数）包装成语义层，让 AI 代理能够理解、推理并端到端地操作系统。&lt;/p></description></item><item><title>Awesome DeepSeek Agent：16 款主流 AI 编程助手接入 DeepSeek 模型完整指南</title><link>https://txtmix.com/posts/tech/awesome-deepseek-agent-integration-guide/</link><pubDate>Thu, 30 Apr 2026 18:32:10 +0800</pubDate><guid>https://txtmix.com/posts/tech/awesome-deepseek-agent-integration-guide/</guid><description>&lt;h1 id="awesome-deepseek-agent16-款主流-ai-编程助手接入-deepseek-模型完整指南">Awesome DeepSeek Agent：16 款主流 AI 编程助手接入 DeepSeek 模型完整指南&lt;/h1>
&lt;p>&lt;strong>阅读本文后，你将了解：&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>awesome-deepseek-agent 仓库覆盖了哪些工具，它们各自适合什么场景&lt;/li>
&lt;li>Anthropic 兼容 API、OpenAI 兼容 API、模型直连三种接入模式的区别与适用工具&lt;/li>
&lt;li>Claude Code、Deep Code、Reasonix 等核心工具的具体配置步骤&lt;/li>
&lt;li>如何根据自身需求选择合适的接入工具和模式&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="目录">目录&lt;/h2>
&lt;ul>
&lt;li>&lt;a href="#1-%e9%a1%b9%e7%9b%ae%e6%a6%82%e8%a7%88" rel="">1. 项目概览&lt;/a>&lt;/li>
&lt;li>&lt;a href="#2-%e4%b8%89%e7%a7%8d%e6%8e%a5%e5%85%a5%e6%a8%a1%e5%bc%8f" rel="">2. 三种接入模式&lt;/a>&lt;/li>
&lt;li>&lt;a href="#3-16-%e6%ac%be%e5%b7%a5%e5%85%b7%e5%85%a8%e6%99%af%e5%9b%be" rel="">3. 16 款工具全景图&lt;/a>&lt;/li>
&lt;li>&lt;a href="#4-anthropic-%e5%85%bc%e5%ae%b9%e6%a8%a1%e5%bc%8f%e8%af%a6%e8%a7%a3" rel="">4. Anthropic 兼容模式详解&lt;/a>&lt;/li>
&lt;li>&lt;a href="#5-openai-%e5%85%bc%e5%ae%b9%e6%a8%a1%e5%bc%8f%e8%af%a6%e8%a7%a3" rel="">5. OpenAI 兼容模式详解&lt;/a>&lt;/li>
&lt;li>&lt;a href="#6-%e6%a8%a1%e5%9e%8b%e7%9b%b4%e8%bf%9e%e6%a8%a1%e5%bc%8f%e8%af%a6%e8%a7%a3" rel="">6. 模型直连模式详解&lt;/a>&lt;/li>
&lt;li>&lt;a href="#7-%e9%80%89%e5%9e%8b%e5%bb%ba%e8%ae%ae" rel="">7. 选型建议&lt;/a>&lt;/li>
&lt;li>&lt;a href="#8-%e6%88%90%e6%9c%ac%e5%8f%82%e8%80%83" rel="">8. 成本参考&lt;/a>&lt;/li>
&lt;li>&lt;a href="#9-%e5%b8%b8%e8%a7%81%e9%97%ae%e9%a2%98" rel="">9. 常见问题&lt;/a>&lt;/li>
&lt;li>&lt;a href="#10-%e5%ae%98%e6%96%b9%e8%b5%84%e6%ba%90" rel="">10. 官方资源&lt;/a>&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="1-项目概览">1. 项目概览&lt;/h2>
&lt;table>
 &lt;thead>
 &lt;tr>
 &lt;th>项目&lt;/th>
 &lt;th>信息&lt;/th>
 &lt;/tr>
 &lt;/thead>
 &lt;tbody>
 &lt;tr>
 &lt;td>&lt;strong>仓库&lt;/strong>&lt;/td>
 &lt;td>&lt;a href="https://github.com/deepseek-ai/awesome-deepseek-agent" target="_blank" rel="noopener noreffer ">deepseek-ai/awesome-deepseek-agent&lt;/a>&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;strong>Stars / Forks&lt;/strong>&lt;/td>
 &lt;td>360+ / 25+（数据截至 2026-04-30，持续增长中）&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;strong>创建时间&lt;/strong>&lt;/td>
 &lt;td>2026-04-27&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;strong>官方文档&lt;/strong>&lt;/td>
 &lt;td>&lt;a href="https://platform.deepseek.com/" target="_blank" rel="noopener noreffer ">DeepSeek Platform&lt;/a> · &lt;a href="https://api-docs.deepseek.com/" target="_blank" rel="noopener noreffer ">API Docs&lt;/a>&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;strong>覆盖工具数&lt;/strong>&lt;/td>
 &lt;td>16 款（另有一份未列入 README 的 Factory AI Droid 指南）&lt;/td>
 &lt;/tr>
 &lt;/tbody>
&lt;/table>
&lt;p>&lt;a href="https://github.com/deepseek-ai/awesome-deepseek-agent" target="_blank" rel="noopener noreffer ">awesome-deepseek-agent&lt;/a> 是 DeepSeek 官方维护的精选指南仓库，每款工具对应一份独立的 &lt;code>docs/&amp;lt;tool-name&amp;gt;.md&lt;/code> 文档，涵盖安装、配置和首次运行三个步骤。文档提供英文和简体中文两个版本（&lt;code>docs/&amp;lt;tool-name&amp;gt;.zh-CN.md&lt;/code>），由 DeepSeek 团队持续更新。&lt;/p></description></item></channel></rss>