Files
nexus/wiki/sources/github-copilot.md
2026-05-03 05:42:12 +08:00

39 lines
2.2 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: "GitHub Copilot Integration"
type: source
tags: []
date: 2026-04-30
---
## Source File
- [[Agent/agency-agents/integrations/github-copilot/README.md]]
## Summary用中文描述
- 核心主题The Agency 与 GitHub Copilot 的零门槛原生集成
- 问题域:如何将 The Agency 的 Agent Roster 接入 GitHub Copilot 并在任意会话中按名称激活
- 方法/机制:利用 The Agency 的 `.md` + YAML frontmatter 格式与 GitHub Copilot 的 agent 格式原生兼容特性,通过 install.sh 或手动复制完成安装
- 结论/价值GitHub Copilot 是 The Agency 集成的 11 种工具中唯一用户级全局生效的集成方案,可在任意 Copilot 对话中直接激活指定 Agent无需项目配置
## Key Claims用中文描述
- The Agency 的 Agent 原生兼容 GitHub CopilotThe Agency 使用 `.md` + YAML frontmatter 格式,无需任何转换即可被 GitHub Copilot 识别
- 两种安装方式覆盖不同场景:`./scripts/install.sh --tool copilot` 批量安装全部 Agent`cp` 手动复制可按需选择特定分类
- 激活方式简洁自然:在任意 Copilot 会话中通过名称引用 Agent 即可激活,无需额外命令或配置
- Agent 按部门division组织Agent 的完整列表和部门归属参见主 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
- [[Agent-Integration]]The Agency Agent 向各类 IDE 和工具的接入方案GitHub Copilot 是其中用户级全局生效的代表
## Key Entities
- [[GitHub-Copilot]]GitHub 官方 AI 编程助手,支持通过 agent 目录机制加载自定义 Agent — 本文档的核心接入对象
- [[The-Agency]]:提供 147 个专业 Agent 的多 Agent 框架GitHub Copilot Integration 是其 11 种集成方式之一
## Connections
- [[readme|OpenCode Integration]] ← depends_on ← [[github-copilot]]
- [[readme|GitHub Copilot Integration]] ← extends ← [[integrations-readme|The Agency integrations]]
## Contradictions
- 无冲突检测GitHub Copilot Integration 与现有 Wiki 内容一致