Files
nexus/wiki/sources/integrations-readme.md

57 lines
2.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "The Agency Integrations README"
type: source
tags: []
date: 2026-04-20
---
## Source File
- [[Agent/agency-agents/integrations/README.md]]
## Summary用中文描述
- 核心主题The Agency 多智能体编码系统与主流 Agentic Coding 工具的集成指南
- 问题域:如何将 The Agency 的 Agent 资产安装到不同编码工具生态中
- 方法/机制:统一的 `install.sh``convert.sh` 脚本处理跨平台集成转换Agent 文件按目标工具格式自动转换
- 结论/价值The Agency 实现了"一次编写,多工具部署"的 Agent 资产复用范式,覆盖 11 种主流编码工具
## Key Claims用中文描述
- Claude Code 原生支持 `.md` Agent 文件,无需转换
- GitHub Copilot 原生支持,直接复制到 `~/.github/agents/``~/.copilot/agents/`
- OpenCode/Cursor/Aider/Windsurf/Qwen Code 为项目级工具,需在项目根目录执行安装
- Gemini CLI 和 Qwen Code 需要预先运行 `convert.sh` 生成集成文件
- OpenClaw 安装后需重启 gateway
## Key Quotes
> "If you install OpenClaw and the gateway is already running, restart it after installation" — OpenClaw 安装后需重启网关
> "For project-scoped tools such as OpenCode, Cursor, Aider, Windsurf, and Qwen Code, run the installer from your target project root" — 项目级工具必须在项目根目录安装
## Key Concepts
- [[Agency-Multi-Agent-Framework]]The Agency 多智能体框架
- [[Project-Scoped-Tools]]:项目级编码工具(需在项目根目录安装)
- [[Global-Scoped-Tools]]:全局编码工具(安装到用户 home 目录)
## Key Entities
- [[The-Agency]]多智能体编码框架147+ Agent 跨多部门
- [[Claude-Code]]Anthropic 官方 CLI 编码 Agent原生支持
- [[GitHub-Copilot]]GitHub AI 编程助手,原生支持
- [[Antigravity]]Google Gemini CLI 技能系统
- [[Gemini-CLI]]Google Gemini CLI 工具
- [[OpenCode]]OpenCode CLI 编码 Agent
- [[OpenClaw]]OpenClaw 工作区框架
- [[Cursor]]Cursor IDE 规则文件
- [[Aider]]Aider CLI 编码工具
- [[Windsurf]]Windsurf IDE 规则
- [[Kimi-Code]]Kimi Code CLI Agent
- [[Qwen-Code]]Qwen Code CLI Agent
## Connections
- [[The-Agency]] ← installs_to → [[Claude-Code]]
- [[The-Agency]] ← installs_to → [[GitHub-Copilot]]
- [[The-Agency]] ← converts_to → [[OpenClaw]]
- [[The-Agency]] ← converts_to → [[Kimi-Code]]
- [[The-Agency]] ← converts_to → [[Qwen-Code]]
- [[The-Agency]] ← converts_to → [[Gemini-CLI]]
## Contradictions
- 无已知内容冲突