Files
nexus/wiki/sources/contributing.md

2.8 KiB
Raw Blame History

title, type, tags, date
title type tags date
Contributing to The Agency source
multi-agent
openclaw
contribution
the-agency
2026-04-21

Source File

Summary用中文描述

  • 核心主题The Agencyagency-agents多智能体框架的贡献者指南英文原版
  • 问题域:如何规范地向 The Agency 项目贡献高质量 AI 智能体,以及社区协作标准
  • 方法/机制通过智能体设计模板、五大设计原则、PR 流程规范和代码风格指南确保贡献质量
  • 结论/价值:为 OpenClaw 多智能体生态提供标准化的智能体创建框架和质量门槛

Key Claims用中文描述

  • The Agency 通过五大设计原则确保智能体质量:鲜明性格、明确交付物、可量化指标、经过验证的工作流、学习记忆
  • PR 最佳实践:单文件优先(一个 .md 就是一个 PR复杂变更工具链/架构)需先开 Discussion 对齐
  • 外部服务依赖须在 frontmatter 的 services 字段声明,且智能体应脱离 API 后仍有独立价值
  • 提交前必须完成:真实场景测试、遵循模板、至少 2-3 个代码/模板示例、可量化成功指标

Key Quotes

"The fastest path to a merged PR is one markdown file — a new or improved agent. That's the sweet spot." — PR 流程说明 "An agent that solves the user's problem using a service belongs here. A service's quickstart guide wearing an agent costume does not." — 外部服务评判标准

Key Concepts

Key Entities

  • The Agencymsitarzewski 主导的多智能体开源项目147 个专业化智能体,覆盖 12 个业务领域)
  • OpenClawThe Agency 智能体运行的基础平台
  • msitarzewskimar.modThe Agency 项目维护者

Connections

Contradictions

  • 无与其他 Wiki 页面的实质性内容冲突
  • contributing_zh-cn 的差异:英文原版包含 Code of Conduct行为准则和 Recognition贡献者认可机制章节中文翻译版侧重核心贡献流程和设计规范