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

2.2 KiB
Raw Blame History

title, type, tags, date
title type tags date
GitHub Copilot Integration source
2026-04-30

Source File

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 批量安装全部 Agentcp 手动复制可按需选择特定分类
  • 激活方式简洁自然:在任意 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-IntegrationThe Agency Agent 向各类 IDE 和工具的接入方案GitHub Copilot 是其中用户级全局生效的代表

Key Entities

  • GitHub-CopilotGitHub 官方 AI 编程助手,支持通过 agent 目录机制加载自定义 Agent — 本文档的核心接入对象
  • The-Agency:提供 147 个专业 Agent 的多 Agent 框架GitHub Copilot Integration 是其 11 种集成方式之一

Connections

Contradictions

  • 无冲突检测GitHub Copilot Integration 与现有 Wiki 内容一致