Sync: add integration and agent file notes
This commit is contained in:
@@ -9,6 +9,20 @@ The wiki covers two major multi-agent frameworks: **The Agency** (agency-agents)
|
||||
|
||||
**The Agency 贡献指南**([[contributing_zh-cn]] + [[contributing]] 英文原版):The Agency 项目贡献者指南——核心贡献方式:①创建全新智能体(8大分类:engineering/design/marketing/product/project-management/testing/support/spatial-computing/specialized);②优化现有智能体;③分享成功案例;④反馈问题。智能体设计五原则:**鲜明性格**(拒绝通用人设)、**明确交付物**(真实代码/模板)、**可量化指标**、**经过验证的工作流**、**学习记忆机制**。PR 流程包含提交前检查(真实场景测试、遵循模板、补充示例)、社区评审与迭代优化。属 [[Multi-Agent-System-Reliability]] 的智能体设计规范层,为 [[Multi-Agent-Team]] 提供标准化的智能体创建框架。
|
||||
|
||||
**GitHub Copilot Integration**([[github-copilot]]):The Agency 与 GitHub Copilot 的开箱即用集成——无需转换,Agency 的 `.md` + YAML frontmatter 格式与 GitHub Copilot 原生兼容。通过 `./scripts/install.sh --tool copilot` 一键安装,或手动复制到 `~/.github/agents/` 或 `~/.copilot/agents/` 目录。用户可在任意 Copilot 会话中通过名称激活特定 agent,如 `"Activate Frontend Developer and help me build a React component."`。与 [[readme|Cursor Integration]] 互补——后者项目级别生效,Copilot Integration 用户级别全局生效,共同构成 [[The Agency]] 的多 IDE 集成生态。
|
||||
|
||||
**Windsurf Integration**([[windsurf-integration]]):The Agency Agent roster 与 Windsurf 编辑器的集成方案——通过 `.windsurfrules` 文件将全部 Agent roster 聚合为单一规则文件,install.sh 脚本从项目根目录安装,项目级生效。Windsurf 中在 prompt 里按名称引用 Agent 即可激活(如 "Use the Frontend Developer agent to build this component.")。与 [[Cursor Integration]](.mdc 规则)和 [[Aider Integration]](CONVENTIONS.md)同为项目级 IDE 集成,机制相似,共同构成 The Agency 的多 IDE 覆盖体系。[[integrations-readme]] 已覆盖所有 11 种集成工具的概览。
|
||||
|
||||
**Antigravity Integration**([[antigravity-integration]]):The Agency Agent roster 与 Antigravity/Gemini 的集成方案——通过 `./scripts/install.sh --tool antigravity` 将全部 Agent roster 转换为 Antigravity SKILL.md 文件,复制到 `~/.gemini/antigravity/skills/` 目录。所有 skill slug 统一使用 `agency-` 前缀(如 `agency-frontend-developer`)以避免与 Antigravity 原生 skills 冲突。用户可通过 `"Use the agency-frontend-developer skill to review this component."` 激活对应 agent。与 [[Cursor Integration]](.mdc 规则)和 [[Windsurf Integration]](.windsurfrules)同属多 IDE/平台集成,共同构成 The Agency 的完整集成生态,覆盖 Cursor(VS Code 兼容)、Windsurf、Copilot(用户级)和 Antigravity(Gemini)四大平台。
|
||||
|
||||
**Kimi Code CLI Integration**([[kimi]]):The Agency 与 Kimi Code CLI 的集成方案——通过 `./scripts/convert.sh --tool kimi` 将所有 agent 转换为 `agent.yaml`(规范定义)+ `system.md`(系统提示词)的目录结构,再通过 `./scripts/install.sh --tool kimi` 安装到 `~/.config/kimi/agents/`。使用 `--agent-file` 标志激活特定 agent,支持 `extend: default` 继承 Kimi 内置 default agent 的工具集。与 [[readme|Cursor Integration]] 和 [[github-copilot]] 同属 The Agency 的多 IDE/CLI 集成生态,Kimi Code CLI 由 Moonshot AI 出品,与 Claude Code 形成竞争。
|
||||
|
||||
**OpenCode Integration**([[readme|OpenCode Integration]]):The Agency Agent roster 与 OpenCode 编辑器的子 Agent 集成方案——通过 `./scripts/install.sh --tool opencode` 安装,将 The Agency 的 .md 文件格式 Agent 转换为 OpenCode 的 `.opencode/agents/` 目录格式。核心机制:在 YAML frontmatter 中添加 `mode: subagent` 使 Agent 仅在 `@agent-name` 触发时出现,不会在 Tab 循环列表中占位;颜色通过命名颜色到十六进制的自动映射实现。支持两种安装范围:项目级(`.opencode/agents/`)和全局级(`~/.config/opencode/agents/`)。与 [[readme|Cursor Integration]](.mdc 规则)、[[github-copilot]](用户级 Copilot)、[[windsurf-integration]](.windsurfrules)同属 The Agency 的多 IDE 集成生态,[[integrations-readme]] 已覆盖所有集成工具概览。
|
||||
|
||||
**MCP Memory Integration**([[mcp-memory-integration]]):The Agency 的 MCP Memory 集成方案——通过在 Agent 提示词中加入标准化的 Memory Integration 段落,为任意 Agent 赋予跨会话持久记忆能力,无需修改 Agent 代码。MCP Memory Server 提供四个核心工具:`remember`(存储决策/交付物快照)、`recall`(跨会话检索)、`rollback`(失败时回滚到上一个检查点)、`search`(跨 Agent 搜索记忆)。**Rollback 是杀手级功能**——当 QA 检查失败或架构决策出错时,直接恢复到已知良好状态而非从头重建。标签一致性是关键:每个记忆使用 Agent 名称和项目名称作为标签,确保 recall 可靠。与 [[specialized-mcp-builder]](构建 MCP Server)和 [[ai-memory-tools-two-camps]](AI 记忆工具全景分类)同属 The Agency MCP 生态的核心组成部分。
|
||||
|
||||
**Backend Architect with Memory**([[backend-architect-with-memory]]):The Agency 中具备持久记忆能力的后端架构师 Agent——专门负责可扩展系统设计、数据库架构、API 开发与云基础设施。核心记忆机制:会话启动时检索 `backend-architect` + 项目名标签的历史记忆,防止重复讨论已做决策;架构决策(选型数据库/定义 API 契约/选择通信模式)以标签化快照持久化;交付物(Schema/API 规范/架构文档)完成后主动标记接收方(如 `frontend-developer` + `api-spec`)供下游 Agent 查找;QA 失败时检索最近良好检查点回滚。作为 [[agents-orchestrator]] 调度的具体执行 Agent,通过 MCP Memory 实现多 Agent 协作中的上下文连续性。
|
||||
|
||||
**[[multi-channel-assistant]]**:基于 [[OpenClaw]] 的多渠道个人助理方案——以 Telegram Topic 路由为统一入口,整合 Google Workspace(gog)、Slack、Todoist、Asana,实现"说一句话完成全套工作"。核心价值:消除应用切换疲劳,AI 主动推送定时提醒(如每周垃圾清理、公司周报)。
|
||||
|
||||
**[[phone-based-personal-assistant]]**:通过 ClawdTalk + Telnyx 将任意手机变成 AI 助理语音入口——拨打电话即可与 [[OpenClaw]] 对话,支持日历查询、Jira 任务更新、网络搜索等技能,无需智能手机 App 或浏览器,覆盖驾驶、步行等双手占用场景。与 [[multi-channel-assistant]] 互补:文字入口覆盖图文交互,语音入口覆盖无屏场景。
|
||||
|
||||
Reference in New Issue
Block a user