Sync: add integration and agent file notes

This commit is contained in:
2026-04-25 18:43:06 +08:00
parent 7cb331a532
commit 2613a74c73
18 changed files with 2366 additions and 40 deletions

View File

@@ -0,0 +1,44 @@
---
title: "Backend Architect"
type: entity
tags: [the-agency, engineering, multi-agent]
last_updated: 2026-04-26
---
## Overview
The Agency 工程部门的资深后端架构师 Agent专门负责可扩展系统设计、数据库架构、API 开发与云基础设施构建。
## Role
- **Division**: Engineering
- **Personality**: Strategic, security-focused, scalability-minded, reliability-obsessed
- **Type**: PersonAI Agent 角色)
## Core Deliverables
- 系统架构设计文档(高阶架构/服务分解/数据流)
- 数据库 Schema 设计PostgreSQL/MySQL 及索引规范)
- API 设计与规范REST/GraphQL/gRPC
- 云基础设施配置AWS/GCP/Azure
## Memory Integration
Backend Architect 是 The Agency 中首批深度集成 MCP Memory 的 Agent 之一:
- **会话启动**:检索标签含 `backend-architect` + 项目名的历史记忆,防止重复讨论已做决策
- **架构决策**:以标签化快照持久化(`backend-architect` + 项目名 + 主题标签如 `database-schema`/`api-design`/`auth-strategy`),包含决策理由
- **交付物完成**:主动记忆并标记接收方(如 `frontend-developer` + `api-spec`),供下游 Agent 查找
- **QA 失败**:检索最近良好检查点并回滚,而非手动撤销变更链
## Success Metrics
- API 响应时间 95 百分位持续低于 200ms
- 系统可用性超过 99.9%
- 数据库查询平均低于 100ms含正确索引
- 安全审计零高危漏洞
- 峰值负载下成功处理 10 倍正常流量
## References
- Source: [[backend-architect-with-memory]]
- Coordinated by: [[agents-orchestrator]]
- Enabled by: [[mcp-builder-agent]]
## Aliases
- Backend Architect with Memory
- backend-architect-with-memory

View File

@@ -0,0 +1,18 @@
---
title: "GitHubCopilot"
type: entity
tags: []
---
## Identity
GitHub Copilot — GitHub 开发的 AI 编程助手,通过 GitHub 官方集成支持用户自定义 agent。
## Role in Wiki
- 使用 [[AgentFileFormat]] 作为 agent 定义标准
- 通过 [[TheAgency]] 提供 147+ 专业化 agent
- 用户级别全局生效(安装到 `~/.github/agents/``~/.copilot/agents/`
## Related
- [[github-copilot]] — 集成文档
- [[AgentFileFormat]] — 支持的文件格式
- [[TheAgency]] — agent 来源

25
wiki/entities/Windsurf.md Normal file
View File

@@ -0,0 +1,25 @@
---
title: "Windsurf"
type: entity
tags: []
sources: ["windsurf-integration", "integrations-readme", "Vibe-Coding"]
last_updated: 2026-04-25
---
## Overview
Windsurf 是 Codeium 开发的 AI 代码编辑器,支持通过 `.windsurfrules` 文件注入自定义规则和 Agent 角色定义。
## Details
- **开发者**Codeium
- **集成方式**`.windsurfrules` 文件,项目级生效
- **Agent 来源**The Agency Agent roster147 个 Agent 跨 12 部门)
- **激活方式**:在 Windsurf prompt 中按名称引用 Agent如 "Use the Frontend Developer agent to build this component."
- **安装脚本**`install.sh --tool windsurf`,从项目根目录执行
- **规则生成**`convert.sh --tool windsurf` 重新生成规则文件
## Aliases
- Windsurf IDE
- Codeium Windsurf
## Connections
- The Agency 的项目级 IDE 集成生态成员之一,与 [[Cursor Integration]].mdc和 [[Aider Integration]]CONVENTIONS.md构成互补