Files
fengqun/docs
gongzhiyongandOmX 10a980b0bf Establish agent swarm quality evidence
Define Agent and swarm-specific acceptance evidence, move the reports under docs, and make the homepage point to the current standard, live run, model I/O, and handoff evidence.

Constraint: Agent quality standards are configured from industry AI and agent risk references because there is no single accepted swarm-Agent certification standard.

Rejected: Treating py_compile or unittest as the primary quality standard | they are evidence collection tools, not the Agent quality standard itself.

Confidence: high

Scope-risk: moderate

Directive: Keep future standard reports under docs/ and keep secrets in ignored local .env files only.

Tested: git diff --cached --check; python -B -m py_compile swarm_minimal/*.py examples/*.py tests/*.py; python -B -m unittest discover -s tests; python -u -B examples/run_academic_standard_evaluation.py

Not-tested: Did not rerun the full live Azure/NewAPI S07 scenario after moving docs; previous live run 3e8e58ae4e084bc8b90cf5c46f8992f3 passed before the docs relocation.

Co-authored-by: OmX <omx@oh-my-codex.dev>
2026-05-16 14:36:47 +08:00
..

文档索引

Agent / 蜂群 Agent 测试

  • AGENT_SWARM_QUALITY_STANDARD.zh-CN.md:AQS / SW-AQS v1 主标准,说明 Agent 和蜂群 Agent 的质量项、S07 任务分配、模型交接和当前结论。
  • ACADEMIC_STANDARD_TEST_REPORT.zh-CN.md:测试场景、测试过程、测试结果、算法清单和马尔可夫过程判定。
  • MODEL_AGNET_IO_REPORT.zh-CN.md:从 live run 导出的模型 / Agnet 任务、输入、输出、评分和交接过程。
  • STANDARD_TEST_MATRIX.md:S01-S07 标准化测试矩阵。
  • INDUSTRY_STANDARD_AGNET_TEST_PLAN.md:行业参考框架到本项目 Agent 质量标准的映射。

交付计划

  • 01-ten-day-delivery-plan.md:10 天交付计划。
  • 02-person-task-interface-matrix.md:人员、任务和接口矩阵。
  • 03-minimal-validation-and-acceptance.md:最小验证和验收流程。