<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>AGW 特点 on AGW</title><link>https://agw-docs.pages.dev/zh/docs/features/</link><description>Recent content in AGW 特点 on AGW</description><generator>Hugo</generator><language>zh-CN</language><lastBuildDate>Fri, 25 Sep 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://agw-docs.pages.dev/zh/docs/features/index.xml" rel="self" type="application/rss+xml"/><item><title>自定义 Agent</title><link>https://agw-docs.pages.dev/zh/docs/features/custom-agent/</link><pubDate>Fri, 25 Sep 2026 00:00:00 +0000</pubDate><guid>https://agw-docs.pages.dev/zh/docs/features/custom-agent/</guid><description>&lt;h2 id="为任务定义自己的-agent"&gt;为任务定义自己的 Agent&#10;&lt;/h2&gt;&#10;&lt;p&gt;在 AGW 中，你可以把模型、指令和工具组合成一个可复用的 Agent。它根据任务和上下文作出判断，选择可用工具执行操作，再根据结果继续处理。&lt;/p&gt;</description></item><item><title>Agentflow</title><link>https://agw-docs.pages.dev/zh/docs/features/agentflow/</link><pubDate>Fri, 25 Sep 2026 00:00:00 +0000</pubDate><guid>https://agw-docs.pages.dev/zh/docs/features/agentflow/</guid><description>&lt;h2 id="把确定的步骤编排成流程"&gt;把确定的步骤编排成流程&#10;&lt;/h2&gt;&#10;&lt;p&gt;Agentflow 是 Agent Workflow（Agent 工作流）。&lt;strong&gt;Agent 负责判断与执行，Agentflow 负责编排路由、执行预先确定的步骤。&lt;/strong&gt; 你在画布上连接节点，定义先做什么、结果交给谁，以及何时需要人工确认。&lt;/p&gt;</description></item><item><title>多 Agent 上下文复用</title><link>https://agw-docs.pages.dev/zh/docs/features/shared-context/</link><pubDate>Fri, 25 Sep 2026 00:00:00 +0000</pubDate><guid>https://agw-docs.pages.dev/zh/docs/features/shared-context/</guid><description>&lt;h2 id="让不同-agent-接力"&gt;让不同 Agent 接力&#10;&lt;/h2&gt;&#10;&lt;p&gt;分析需求、编写代码和审查结果可以交给不同 Agent。在同一个 Project 的同一个会话中切换目标时，AGW 会把其他目标新增的公开文字提供给接手的 Agent，减少反复复制背景和解释进度的工作。&lt;/p&gt;</description></item><item><title>图片输入</title><link>https://agw-docs.pages.dev/zh/docs/features/image-input/</link><pubDate>Fri, 25 Sep 2026 00:00:00 +0000</pubDate><guid>https://agw-docs.pages.dev/zh/docs/features/image-input/</guid><description>&lt;h2 id="用图片补充文字"&gt;用图片补充文字&#10;&lt;/h2&gt;&#10;&lt;p&gt;遇到界面问题、设计稿或图表时，可以直接把图片附在消息中，让 Agent 结合图片和文字理解任务。例如，附上错误截图并说明操作步骤，或让支持视觉的模型检查页面布局。&lt;/p&gt;</description></item><item><title>记忆：个人偏好与项目知识</title><link>https://agw-docs.pages.dev/zh/docs/features/memory/</link><pubDate>Fri, 25 Sep 2026 00:00:00 +0000</pubDate><guid>https://agw-docs.pages.dev/zh/docs/features/memory/</guid><description>&lt;h2 id="保留值得长期使用的信息"&gt;保留值得长期使用的信息&#10;&lt;/h2&gt;&#10;&lt;p&gt;对话可以结束，但工作习惯和项目知识往往需要继续保留。AGW 提供两类 Memory，让 Agent 在后续工作中使用已保存的信息。&lt;/p&gt;</description></item><item><title>Plan 与 Execute 模式</title><link>https://agw-docs.pages.dev/zh/docs/features/plan-execute/</link><pubDate>Fri, 25 Sep 2026 00:00:00 +0000</pubDate><guid>https://agw-docs.pages.dev/zh/docs/features/plan-execute/</guid><description>&lt;h2 id="先想清楚再动手"&gt;先想清楚，再动手&#10;&lt;/h2&gt;&#10;&lt;p&gt;准备修改代码或执行复杂任务时，可以先让 Agent 分析现状和提出方案，再决定是否进入执行阶段。在自定义 Agent 或 Project 上配置 Mode ToolBlock 后，自定义 Agent 支持 Plan 与 Execute 两种工作模式；配置在 Project 上时，该 Project 中运行的自定义 Agent 都会获得这项能力。&lt;/p&gt;</description></item><item><title>JSON Schema 结构化响应</title><link>https://agw-docs.pages.dev/zh/docs/features/structured-output/</link><pubDate>Fri, 25 Sep 2026 00:00:00 +0000</pubDate><guid>https://agw-docs.pages.dev/zh/docs/features/structured-output/</guid><description>&lt;h2 id="让回复可以被程序读取"&gt;让回复可以被程序读取&#10;&lt;/h2&gt;&#10;&lt;p&gt;Agent 默认返回 Markdown 文本，适合阅读，却不便于程序提取字段。在 Agent 上配置 Response Schema 后，最终回复会按你提供的 JSON Schema 返回一个 JSON 对象，Job、Agentflow 和调用 API 的程序可以直接读取其中的字段。&lt;/p&gt;</description></item><item><title>工具审批</title><link>https://agw-docs.pages.dev/zh/docs/features/tool-approval/</link><pubDate>Fri, 25 Sep 2026 00:00:00 +0000</pubDate><guid>https://agw-docs.pages.dev/zh/docs/features/tool-approval/</guid><description>&lt;h2 id="在操作前确认"&gt;在操作前确认&#10;&lt;/h2&gt;&#10;&lt;p&gt;Agent 调用工具时，AGW 可以根据权限设置请求你的确认。你可以先查看工具名称和参数，再决定是否继续，适合需要检查文件修改或命令执行的任务。&lt;/p&gt;</description></item><item><title>文件浏览与 Git 变更审查</title><link>https://agw-docs.pages.dev/zh/docs/features/files-git/</link><pubDate>Fri, 25 Sep 2026 00:00:00 +0000</pubDate><guid>https://agw-docs.pages.dev/zh/docs/features/files-git/</guid><description>&lt;h2 id="在对话旁边检查-agent-的修改"&gt;在对话旁边检查 Agent 的修改&#10;&lt;/h2&gt;&#10;&lt;p&gt;Agent 修改代码后，需要确认它改了哪些文件、每处改动是否符合预期。在 Chat 工作区切换到 &lt;strong&gt;Files&lt;/strong&gt;，可以浏览 Project 工作目录中的文件、查看 Git 变更，并把需要调整的地方写成行评论交给 Agent，整个过程无需另开编辑器或终端。&lt;/p&gt;</description></item><item><title>多端客户端</title><link>https://agw-docs.pages.dev/zh/docs/features/clients/</link><pubDate>Fri, 25 Sep 2026 00:00:00 +0000</pubDate><guid>https://agw-docs.pages.dev/zh/docs/features/clients/</guid><description>&lt;h2 id="在合适的设备上继续工作"&gt;在合适的设备上继续工作&#10;&lt;/h2&gt;&#10;&lt;p&gt;AGW 提供 Web、Desktop 和 Mobile 客户端。连接同一个 Server 并使用相应身份后，可以访问自己有权限的项目和服务端保存的会话记录，按场景选择设备。&lt;/p&gt;</description></item><item><title>第三方账号登录</title><link>https://agw-docs.pages.dev/zh/docs/features/oidc-login/</link><pubDate>Wed, 23 Sep 2026 00:00:00 +0000</pubDate><guid>https://agw-docs.pages.dev/zh/docs/features/oidc-login/</guid><description>&lt;h2 id="用已有账号进入自己的工作区"&gt;用已有账号进入自己的工作区&#10;&lt;/h2&gt;&#10;&lt;p&gt;部署者在 Server 上启用身份提供商后，登录页会出现“Continue with …”按钮。你用组织账号（例如 Keycloak、Microsoft Entra ID、Google）或 OAuth2 服务（例如 GitHub）完成验证，就能进入 AGW，不需要再记一个管理员密码。&lt;/p&gt;</description></item></channel></rss>