Measure OpenAI tool_calls (search/get/audit) on a CPU Ollama sidecar instead of gating D18 on GPU or PicoClaw. Weights stay out of the image.
17 lines
727 B
Markdown
17 lines
727 B
Markdown
# 2dph (deductionphile)
|
|
|
|
Evidence-first knowledge graph + hybrid RAG over the operational
|
|
Brain/ops/eSlider stack. Facts need proof or they are
|
|
`(not confirmed)`.
|
|
|
|
- [PLAN.md](../PLAN.md) — decisions, execution order, open questions (v2)
|
|
- [design](design.md) — schema, deduction model, sources
|
|
- [reasoner](reasoner.md) — D18 CPU bake-off (Qwen3.5-9B vs Bonsai / Qwen3.6-27B)
|
|
- [Gitea issues](https://git.produktor.io/eSlider/2dph/issues) — work board (origin)
|
|
|
|
Search: `bin/brain/search.go "query"` (HTTP: `bin/brain/serve.go` —
|
|
`/health` `/search` `/get` `/stats` `/audit` `/ingest`). `--hop` is
|
|
not a walk; the flag errors until File/FROM_FILE edges exist.
|
|
|
|
Published docs live here and mirror the project state.
|