Blueprints
Design records, decision documents, and R&D directions for the Contenox
runtime. Blueprints capture the why behind the implementation; user-facing
how-to docs live one level up in docs/.
Subsystems
| Area | What it covers |
|---|
| modeld/ | The local inference daemon: ownership model, session boundary, effective context, llama.cpp and OpenVINO backends, release artifacts |
| acp/ | Agent Client Protocol surface: registry listing, submission artifacts, editor integrations |
| vscode/ | VS Code extension: permission bridge, review/UX findings, Marketplace release |
| beam/ | The embedded browser UI: restoration, cockpit direction, R&D visions |
| providers/ | Cloud/hosted provider integrations and context-caching strategy |
Product
Historical records
| Doc | What it decided |
|---|
| local-mode-spec.md | The original local-mode plan (SQLite, in-memory bus, estimate tokenizer) that became the contenox CLI |
| remaining-work.md | Roadmap notes from the modeld refactor |