mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-12-17 14:05:12 +00:00
2 lines
3.1 KiB
JavaScript
2 lines
3.1 KiB
JavaScript
import{_ as t,c as o,o as a,ae as d}from"./chunks/framework.CBTkueSR.js";const g=JSON.parse('{"title":"文档目录","description":"","frontmatter":{},"headers":[],"relativePath":"zh/augment-code/index.md","filePath":"zh/augment-code/index.md","lastUpdated":1760450691000}'),l={name:"zh/augment-code/index.md"};function n(r,e,s,c,i,p){return a(),o("div",null,[...e[0]||(e[0]=[d('<h1 id="文档目录" tabindex="-1">文档目录 <a class="header-anchor" href="#文档目录" aria-label="Permalink to "文档目录""></a></h1><ul><li><a href="./claude-4-sonnet-agent-prompts.html">claude-4-sonnet-agent-prompts</a></li><li><a href="./claude-4-sonnet-tools.html">claude-4-sonnet-tools</a></li><li><a href="./gpt-5-agent-prompts.html">gpt-5-agent-prompts</a></li><li><a href="./gpt-5-tools.html">gpt-5-tools</a></li></ul><h2 id="产品工具文档的综述" tabindex="-1">产品工具文档的综述 <a class="header-anchor" href="#产品工具文档的综述" aria-label="Permalink to "产品工具文档的综述""></a></h2><p>此目录包含了为AI编码助手 "Augment Agent" 设计的系统提示和工具定义,该助手由Augment Code开发,旨在通过其上下文引擎和集成访问开发者的代码库。该目录的核心是为不同的底层大语言模型提供定制化的配置。</p><ul><li><p><strong>Claude 4 Sonnet 版本</strong>:</p><ul><li><strong><code>claude-4-sonnet-agent-prompts.md</code></strong>: 这是针对Claude 4 Sonnet模型的核心系统提示。它定义了Augment Agent的身份、初步任务流程(强调信息收集)、计划与任务管理(使用<code>add_tasks</code>, <code>update_tasks</code>等工具)、代码编辑规范以及包管理原则。</li><li><strong><code>claude-4-sonnet-tools.md</code></strong>: 以JSON格式详细定义了在此配置下可用的工具集。这些工具包括强大的文件编辑工具<code>str-replace-editor</code>、进程管理工具(<code>launch-process</code>, <code>kill-process</code>)、代码检索工具(<code>codebase-retrieval</code>, <code>git-commit-retrieval</code>)以及任务管理工具。</li></ul></li><li><p><strong>GPT-5 版本</strong>:</p><ul><li><strong><code>gpt-5-agent-prompts.md</code></strong>: 这是针对GPT-5模型的系统提示。与Claude版本类似,它也定义了代理的身份和行为,但在信息收集策略、计划与任务管理(特别是任务列表的触发条件和使用方式)以及代码编辑(<code>str_replace_editor</code>)等方面有更具体的指导。</li><li><strong><code>gpt-5-tools.md</code></strong>: 定义了GPT-5配置下的工具集,其功能与Claude版本基本一致,但在工具描述和参数上可能存在细微差异,以更好地适配GPT-5模型的能力。</li></ul></li></ul><p>总而言之,<code>augment-code</code>目录通过为不同的LLM提供定制化的提示和工具定义,展示了一种灵活的、可适配不同模型的AI代理架构,使其能够一致地执行代码理解、计划、编辑和验证等高级开发任务。</p>',6)])])}const m=t(l,[["render",n]]);export{g as __pageData,m as default};
|