Files
fengqun/docs
gongzhiyongandOmX dc2b166e60 Use external codebase for live agent scenario
Replace the self-referential S07 code task with a pinned fastapi/fastapi GitHub scenario so the live Agent standard tests evaluate an external complex codebase instead of the local harness project.

Constraint: The user explicitly rejected using this project as the code target for the live scenario.

Rejected: Keeping swarm-minimal as the S07 code target | it would keep validating the harness against itself.

Confidence: high

Scope-risk: moderate

Directive: Keep S07 target files external to this repository unless the user explicitly asks for a local-harness scenario.

Tested: .venv/bin/python -u -B examples/run_standard_scenario_acceptance.py; .venv/bin/python -B -m unittest discover -s tests; .venv/bin/python -B -m py_compile swarm_minimal/*.py examples/*.py tests/*.py; .venv/bin/python -u -B examples/run_academic_standard_evaluation.py; git diff --check; docs secret-pattern scan.

Not-tested: Applying the proposed FastAPI patch inside the external fastapi/fastapi repository was not run; S07 is a live Agent reasoning and evidence-chain test.

Co-authored-by: OmX <omx@oh-my-codex.dev>
2026-05-16 15:44:36 +08:00
..
2026-05-16 15:17: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-S08 标准化测试矩阵。
  • INDUSTRY_STANDARD_AGNET_TEST_PLAN.md:行业参考框架到本项目 Agent 质量标准的映射。
  • JUEJIN_SWARM_ARTICLE_TEST_STANDARD.zh-CN.md:掘金蜂群文章对应的测试标准说明。
  • SWARM_BEHAVIOR_TEST_MATRIX.md:蜂群行为测试矩阵。
  • SWARM_TEST_INPUT_OUTPUT_REPORT.md:英文输入输出测试报告。
  • SWARM_TEST_INPUT_OUTPUT_REPORT.zh-CN.md:中文输入输出测试报告。

交付计划

  • agnet-swarm-design-principles.md:Agnet 受控蜂群设计原则。
  • 01-ten-day-delivery-plan.md:10 天交付计划。
  • 02-person-task-interface-matrix.md:人员、任务和接口矩阵。
  • 03-minimal-validation-and-acceptance.md:最小验证和验收流程。