iomgaa
|
eba4344a4b
|
docs: app/harness/ design — 14-module training loop orchestration layer
|
2026-07-07 11:28:29 -04:00 |
|
iomgaa
|
8bc4132750
|
feat(evolution): __init__.py public API + ARCHITECTURE.md Protocol update
|
2026-07-07 10:28:14 -04:00 |
|
iomgaa
|
09100dcbd4
|
docs: core/evolution/ implementation plan — 9 tasks, TDD, algorithm fidelity checks
|
2026-07-07 07:55:21 -04:00 |
|
iomgaa
|
84e8abbf4f
|
docs: core/evolution/ extractable kernel design — gate, patch, diagnose, evolve
|
2026-07-07 07:39:24 -04:00 |
|
iomgaa
|
7cd49a5a3f
|
docs: 同步 app/search/ 模块结构 + OCRProvider 签名到 ARCHITECTURE.md
|
2026-07-07 06:14:26 -04:00 |
|
iomgaa
|
dcaeefa484
|
docs(plan): 恢复被 wiki 工具覆盖的计划全文
|
2026-07-07 05:39:21 -04:00 |
|
iomgaa
|
7af64db499
|
docs(plan): app/search/ 搜索 Agent 装配层实现计划(10 Task)
|
2026-07-07 05:36:25 -04:00 |
|
iomgaa
|
9e1f39c147
|
docs(design): 修复 Codex 审查发现 — 10 项修正
Critical: OCRProvider 移至 app/ports.py;新增 TreeEnvironment 结构化 API;
observe_frame 补充字幕上下文拼接;search_similar 补充节点文本获取
Important: 遥测链路透传 session_id/parent_call_id;异常降级边界明确化;
verify_vision/anchor/assemble_mode 改为必传;Prompt 路径逐文件列出;
测试目录规范化到 tests/unit/
Minor: 依赖图补全 VLMProvider 连线
|
2026-07-07 05:29:52 -04:00 |
|
iomgaa
|
5c89ca543a
|
docs(design): 补充 summarizer 模块 — view_node/search_similar 的 LLM 两轮摘要
自审发现 TRM4 三个搜索工具全有 question-conditioned 中间摘要层,
原设计遗漏了 summarizer.py。新增:
- §4.4 summarizer API(summarize_node / _children / _nodes_batch)
- anchor 锚模式完整保留
- 6 个额外 prompt 文件
- 更新交互流程图、错误处理、测试策略
|
2026-07-07 05:22:55 -04:00 |
|
iomgaa
|
11107f5758
|
docs(design): 搜索 Agent 装配层设计(app/search/)
方案 A 平铺模块:prompt.py / skills.py / tools.py / vision.py
新增 OCRProvider Protocol + adapters/ocr.py
Prompt 从 TRM4 store/prompts/v2/ 原封不动复制
|
2026-07-07 05:15:22 -04:00 |
|
iomgaa
|
da28c10c84
|
docs: 同步 question_gen 模块路径到 ARCHITECTURE.md 和 CLAUDE.md
DataLoader 代码位置 generator.py → loader.py;
目录树更新 question_gen/ 结构反映实际文件。
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-07-07 04:51:26 -04:00 |
|
iomgaa
|
2be2569ed8
|
docs(tree): add tree module vertical slice design and implementation plan
|
2026-07-07 01:27:36 -04:00 |
|
iomgaa
|
6b7c28ea1e
|
docs: 同步 core/protocols.py 分层、四层治理栈、遥测新字段
ARCHITECTURE.md §2.3/§2.4/§3.1/§4/§5 + CLAUDE.md §4.8/§4.9/§5 + .env.example
对应设计 research-wiki/designs/2026-07-06-core-agent-adapters-llm-design.md §8
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-07-06 22:30:16 -04:00 |
|
iomgaa
|
bc78138d8f
|
plan: core/agent/ + adapters/llm 实现计划(14 Tasks)
Self-Review + Codex 审查通过。修复:依赖前置、治理栈顺序统一、
GovernedLLMClient 补充异常/provider/parent_call_id 测试、ARQ 残留清理。
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-07-06 22:25:48 -04:00 |
|
iomgaa
|
f541c4047a
|
design: core/agent/ + adapters/llm 基础设施设计
全异步 AgentLoop + 四层治理栈(超时→重试→熔断→缓存)+ 流式三层看门狗。
LLMProvider/VLMProvider/TelemetryRecorder 上提到 core/protocols.py 作为共享端口。
经 Codex 独立审查,修复 7 项发现(含缓存遥测、inter_token 指标、json_repair 依赖等)。
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-07-06 22:06:48 -04:00 |
|
iomgaa
|
6bdb802f01
|
chore: track claude skills, tools, templates, reference code and research-wiki
- Add all claude skills (brainstorming, commit, debugging, TDD, etc.)
- Add claude hooks (pre-commit-guard, post-edit-quality)
- Add research templates (experiment plan, research brief, etc.)
- Add claude tools (arxiv/semantic_scholar/openalex fetch, wiki, exa)
- Add TRM4 reference implementation as algorithm fidelity baseline
- Add research-wiki content (plans, index, graph, query_pack)
- Update .gitignore to exclude .graphify_version runtime state
|
2026-07-06 20:59:03 -04:00 |
|
iomgaa
|
92ea93eff6
|
docs: add overview.md with system overview and module structure
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-07-06 11:39:12 -04:00 |
|
iomgaa
|
fe707ac33e
|
docs: add ARCHITECTURE.md with Clean Architecture design
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-07-06 11:23:25 -04:00 |
|