Make the scoring implementation auditable by writing the formulas for quality scoring, task scores, pheromones, candidate fusion, consensus, and S07/S09 pass gates. Constraint: The user asked to turn the scoring explanation into a document under the Chinese docs line. Rejected: Leaving formulas only in chat | future reviewers need a repo artifact linked from the docs index. Confidence: high Scope-risk: narrow Directive: Keep future score changes synchronized with SCORING_AND_ACCEPTANCE_FORMULAS.zh-CN.md and the acceptance scripts. Tested: rg formula/index scan; docs secret-pattern scan; git diff --check; .venv/bin/python -B -m unittest tests.test_model_io_report_audit. Not-tested: Did not rerun live S07 because this is a documentation-only formula extraction. Co-authored-by: OmX <omx@oh-my-codex.dev>
2.5 KiB
2.5 KiB
文档索引
当前阅读顺序
- 先读
MINIMAL_CLOSED_LOOP_STATUS.zh-CN.md,确认当前仓库已完成的最小闭环、已补齐的三项边界和仍不是生产级完整交付的部分。 - 再读
AGENT_SWARM_QUALITY_STANDARD.zh-CN.md和ACADEMIC_STANDARD_TEST_REPORT.zh-CN.md,确认测试标准来自哪里、S01-S09 如何验收、测试结果是什么。 - 需要看分数如何计算、如何判定通过时,读
SCORING_AND_ACCEPTANCE_FORMULAS.zh-CN.md。 - 需要看真实模型 / Agnet 输入输出时,读
MODEL_AGNET_IO_REPORT.zh-CN.md。 - 需要看不带代码的框架逻辑、交接和收敛过程时,读
AGNET_FRAMEWORK_INPUT_OUTPUT_LOGIC.zh-CN.md。 agnet-swarm-design-principles.md、01-ten-day-delivery-plan.md、02-person-task-interface-matrix.md、03-minimal-validation-and-acceptance.md是生产级平台落地路线图,不应被误读成当前仓库已完成完整 Heicode / Manager / Agnet 平台集成。
当前结论:fengqun 仓库已经达到本仓库定义的最小化闭环验收;它不是生产级完整交付。生产级差距主要在真实 Kubernetes worker runtime、Manager / Agnet API、人类审批主线、生产权限和平台监控。
Agent / 蜂群 Agent 测试
AGENT_SWARM_QUALITY_STANDARD.zh-CN.md:AQS / SW-AQS v1 主标准,说明 Agent 和蜂群 Agent 的质量项、S07 任务分配、模型交接和当前结论。ACADEMIC_STANDARD_TEST_REPORT.zh-CN.md:S01-S09 测试场景、测试过程、测试结果、算法清单和马尔可夫过程判定。SCORING_AND_ACCEPTANCE_FORMULAS.zh-CN.md:分数实现、公式、变量含义、S07/S09 和最小闭环通过判定。MODEL_AGNET_IO_REPORT.zh-CN.md:从 live run 导出的模型 / Agnet 任务、输入、输出、评分和交接过程。AGNET_FRAMEWORK_INPUT_OUTPUT_LOGIC.zh-CN.md:不带代码的框架逻辑说明,只从 Agnet 输入、输出、交接和收敛解释实现过程。INDUSTRY_STANDARD_AGNET_TEST_PLAN.zh-CN.md:行业参考框架到本项目 Agent 质量标准的映射。MINIMAL_CLOSED_LOOP_STATUS.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:最小验证和验收流程。