1.7 KiB
1.7 KiB
title, type, tags, date
| title | type | tags | date |
|---|---|---|---|
| GitHub Copilot Integration | source | 2026-04-25 |
Source File
Summary(用中文描述)
- 核心主题:The Agency 项目与 GitHub Copilot 的开箱即用集成方案
- 问题域:如何在 GitHub Copilot 环境中使用 Agency 的 agent 定义文件
- 方法/机制:通过脚本安装或手动复制
.md+ YAML frontmatter 格式的 agent 文件到 Copilot 目录 - 结论/价值:无需转换,Agency 的 agent 文件格式与 GitHub Copilot 原生兼容,用户可零成本迁移
Key Claims(用中文描述)
- Agency agents 使用
.md+ YAML frontmatter 格式,无需任何转换即可在 GitHub Copilot 中使用 - 通过
./scripts/install.sh --tool copilot可一键将所有 agents 复制到 Copilot agents 目录 - 用户可在任何 GitHub Copilot 会话中通过名称激活特定 agent
- Agents 按部门(division)组织,具体列表见主 README
Key Quotes
"The Agency works with GitHub Copilot out of the box. No conversion needed — agents use the existing
.md+ YAML frontmatter format." — 核心价值主张
Key Concepts
- AgentFileFormat:Agent 定义文件采用
.md+ YAML frontmatter 格式,是 Agency 与 GitHub Copilot 的共同标准
Key Entities
- TheAgency:The Agency 开源项目本身,提供多领域专业化 agent 定义
- GitHubCopilot:GitHub Copilot AI 编程助手,支持通过 agent 文件扩展功能
Connections
- GitHubCopilot ← integrates_with ← TheAgency
- GitHubCopilot ← uses_agent_format ← AgentFileFormat
Contradictions
(暂无已知冲突)