# AGW 特点

> 了解自定义 Agent、Agentflow、多 Agent 接力和执行控制。

---

LLMS 索引： [llms.txt](/zh/llms.txt)

---

从以下十一个方面了解 AGW 如何帮助你组织日常工作。每项特点都包含使用场景、操作入口和适用范围。

---

本节页面：

- [自定义 Agent](/zh/docs/features/custom-agent/): 组合模型、指令与工具，让 Agent 按明确职责判断和执行。
- [Agentflow](/zh/docs/features/agentflow/): Agent 负责判断与执行，Agentflow 负责编排路由、执行预先确定的步骤。
- [多 Agent 上下文复用](/zh/docs/features/shared-context/): 在同一个会话中切换 Agent，接着已有讨论继续工作。
- [图片输入](/zh/docs/features/image-input/): 在对话中上传图片，让 Agent 结合图片内容回答问题。
- [记忆：个人偏好与项目知识](/zh/docs/features/memory/): 保存个人偏好与项目知识，选择适合项目的记忆存储方式。
- [Plan 与 Execute 模式](/zh/docs/features/plan-execute/): 先分析方案，再执行操作，把讨论与行动分开。
- [JSON Schema 结构化响应](/zh/docs/features/structured-output/): 为 Agent 配置 Response Schema，让最终回复按固定的 JSON 结构返回。
- [工具审批](/zh/docs/features/tool-approval/): 在工具修改文件或执行命令前，决定是否允许操作。
- [文件浏览与 Git 变更审查](/zh/docs/features/files-git/): 在 Chat 工作区浏览项目文件，查看 Git diff、暂存变更，并用行评论让 Agent 继续修改。
- [多端客户端](/zh/docs/features/clients/): 通过浏览器、桌面和移动设备访问自己的 AGW 服务。
- [第三方账号登录](/zh/docs/features/oidc-login/): 用组织的 OIDC 或 OAuth2 账号登录 Web 和 Desktop，每个账号拥有独立的工作数据。

---

反链：

- [文档](/zh/docs/)
