Update nexus wiki content
This commit is contained in:
@@ -1,38 +1,38 @@
|
||||
---
|
||||
title: "GitHub Copilot Integration"
|
||||
type: source
|
||||
tags: []
|
||||
date: 2026-04-25
|
||||
---
|
||||
|
||||
## Source File
|
||||
- [[Agent/agency-agents/integrations/github-copilot/README.md]]
|
||||
|
||||
## 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
|
||||
(暂无已知冲突)
|
||||
---
|
||||
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 Copilot:The 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 内容一致
|
||||
|
||||
Reference in New Issue
Block a user