docs(plan): main.py 推理入口实现计划 + Codex 审查修复
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
---
|
||||
type: design
|
||||
node_id: design:main-inference-entry
|
||||
title: "main.py 推理入口 + 初始 Prompt 集设计"
|
||||
date: 2026-07-09
|
||||
---
|
||||
|
||||
# main.py 推理入口 + 初始 Prompt 集设计
|
||||
|
||||
@@ -75,6 +75,11 @@
|
||||
"id": "design:main-inference-entry",
|
||||
"label": "main.py 推理入口 + 初始 Prompt 集设计",
|
||||
"type": "design"
|
||||
},
|
||||
{
|
||||
"id": "plan:main-inference-entry",
|
||||
"label": "main.py 推理入口 + 初始 Prompt 集实现计划",
|
||||
"type": "plan"
|
||||
}
|
||||
],
|
||||
"links": [
|
||||
@@ -126,6 +131,13 @@
|
||||
"relation": "implements",
|
||||
"evidence": "计划实现设计文档中定义的 synthesizer + factory + CLI 三模块",
|
||||
"added": "2026-07-09T09:05:43.697644+00:00"
|
||||
},
|
||||
{
|
||||
"source": "plan:main-inference-entry",
|
||||
"target": "design:main-inference-entry",
|
||||
"relation": "implements",
|
||||
"evidence": "实现设计文档中定义的 main.py + deps_router + skills/v1",
|
||||
"added": "2026-07-09T14:43:06.084216+00:00"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
# Research Wiki 索引
|
||||
|
||||
> 自动生成,更新时间:2026-07-09 12:41 UTC
|
||||
> 自动生成,更新时间:2026-07-09 14:43 UTC
|
||||
|
||||
## design (15)
|
||||
- [2026-07-06-core-agent-adapters-llm-design](designs/2026-07-06-core-agent-adapters-llm-design.md) `design:2026-07-06-core-agent-adapters-llm-design`
|
||||
@@ -19,17 +19,19 @@
|
||||
- [赛题生成工具设计](designs/question-gen-synth.md) `design:question-gen-synth`
|
||||
- [赛题生成工具设计(Question Generation Synthesis)](designs/2026-07-09-question-gen-synth-design.md) `design:2026-07-09-question-gen-synth-design`
|
||||
|
||||
## plan (15)
|
||||
## plan (17)
|
||||
- [2026-07-06-core-agent-adapters-llm](plans/2026-07-06-core-agent-adapters-llm.md) `plan:2026-07-06-core-agent-adapters-llm`
|
||||
- [2026-07-07-app-harness](plans/2026-07-07-app-harness.md) `plan:2026-07-07-app-harness`
|
||||
- [2026-07-07-core-evolution](plans/2026-07-07-core-evolution.md) `plan:2026-07-07-core-evolution`
|
||||
- [2026-07-07-question-gen](plans/2026-07-07-question-gen.md) `plan:2026-07-07-question-gen`
|
||||
- [2026-07-07-tree-module-vertical-slice](plans/2026-07-07-tree-module-vertical-slice.md) `plan:2026-07-07-tree-module-vertical-slice`
|
||||
- [2026-07-09-main-inference-entry](plans/2026-07-09-main-inference-entry.md) `plan:2026-07-09-main-inference-entry`
|
||||
- [2026-07-09-question-gen-synth](plans/2026-07-09-question-gen-synth.md) `plan:2026-07-09-question-gen-synth`
|
||||
- [2026-07-09-tree-repair-resilience](plans/2026-07-09-tree-repair-resilience.md) `plan:2026-07-09-tree-repair-resilience`
|
||||
- [app/harness/ 训练循环编排层实现计划](plans/app-harness.md) `plan:app-harness`
|
||||
- [app/search/ 搜索 Agent 装配层实现计划](plans/2026-07-07-search-module.md) `plan:2026-07-07-search-module`
|
||||
- [core/agent/ + adapters/llm 基础设施实现计划](plans/core-agent-adapters-llm.md) `plan:core-agent-adapters-llm`
|
||||
- [main.py 推理入口 + 初始 Prompt 集实现计划](plans/main-inference-entry.md) `plan:main-inference-entry`
|
||||
- [question_gen 模块实现计划](plans/question-gen.md) `plan:question-gen`
|
||||
- [建树修复管线三项改造实现计划](plans/tree-repair-resilience.md) `plan:tree-repair-resilience`
|
||||
- [建树模块竖切实现计划](plans/tree-module-vertical-slice.md) `plan:tree-module-vertical-slice`
|
||||
|
||||
@@ -35,3 +35,6 @@
|
||||
- [2026-07-09 09:05 UTC] 重建索引: 28 篇页面
|
||||
- [2026-07-09 12:41 UTC] 新增 design: main.py 推理入口 + 初始 Prompt 集设计 (design:main-inference-entry)
|
||||
- [2026-07-09 12:41 UTC] 重建索引: 30 篇页面
|
||||
- [2026-07-09 14:42 UTC] 新增 plan: main.py 推理入口 + 初始 Prompt 集实现计划 (plan:main-inference-entry)
|
||||
- [2026-07-09 14:43 UTC] 新增边: plan:main-inference-entry --implements--> design:main-inference-entry
|
||||
- [2026-07-09 14:43 UTC] 重建索引: 32 篇页面
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,9 @@
|
||||
---
|
||||
type: plan
|
||||
node_id: plan:main-inference-entry
|
||||
title: "main.py 推理入口 + 初始 Prompt 集实现计划"
|
||||
date: 2026-07-09
|
||||
---
|
||||
|
||||
# main.py 推理入口 + 初始 Prompt 集实现计划
|
||||
|
||||
Reference in New Issue
Block a user