Files
fengqun/docs
gongzhiyongandOmX 693171f6be Add Agnet input output logic narrative
Add a no-code Chinese explanation of the current Agnet framework logic and implementation process using only Agnet inputs, outputs, handoffs, and convergence behavior.

Constraint: The user asked for a framework logic explanation without code, based on Agnet input and output.

Rejected: Expanding the generated model I/O report again | a standalone narrative keeps the explanation readable and avoids another raw evidence dump.

Confidence: high

Scope-risk: narrow

Directive: Keep this document prose-only; do not add source snippets, command blocks, or inline code markers.

Tested: no backtick/code-marker scan on docs/AGNET_FRAMEWORK_INPUT_OUTPUT_LOGIC.zh-CN.md; .venv/bin/python -B -m unittest discover -s tests; .venv/bin/python -B -m py_compile swarm_minimal/*.py examples/*.py tests/*.py; git diff --check; docs secret pattern scan.

Not-tested: Live S07 was not rerun because this change adds explanatory documentation only.

Co-authored-by: OmX <omx@oh-my-codex.dev>
2026-05-16 16:13: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:S01-S08 测试场景、测试过程、测试结果、算法清单和马尔可夫过程判定。
  • MODEL_AGNET_IO_REPORT.zh-CN.md:从 live run 导出的模型 / Agnet 任务、输入、输出、评分和交接过程。
  • AGNET_FRAMEWORK_INPUT_OUTPUT_LOGIC.zh-CN.md:不带代码的框架逻辑说明,只从 Agnet 输入、输出、交接和收敛解释实现过程。
  • INDUSTRY_STANDARD_AGNET_TEST_PLAN.md:行业参考框架到本项目 Agent 质量标准的映射。

交付计划

  • 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:最小验证和验收流程。