Expand description
Diagnostics, graph explorer, benchmarks, and lab tools for DAG DB.
Facade removal is complete; this crate owns non-product-path diagnostics,
graph-explorer artifacts, benchmark runners, browser artifacts, binaries,
and benches. Downstream compatibility uses explicit bridges such as
exo_api::dagdb.
Modulesยง
- benchmark
- Deterministic synthetic benchmark fixtures and runners for DAG DB.
- benchmark_
isolation - Deterministic benchmark database silo isolation contracts.
- browser
- Read-only DAG DB benchmark isolation and diagnostic browser contracts.
- canonicalization
- Deterministic canonicalization decisions for memory graph placement.
- context
- Pure context-packet domain service.
- context_
packet_ output - Pure Rust graph context packet output from
M01selection responses. - diagnostics
- Deterministic Phase 2A benchmark diagnostics and report artifacts.
- error
- Error types for ExoChain DAG DB contract helpers.
- graph
- Deterministic memory graph primitives for EXOCHAIN DAG DB.
- graph_
context_ selection - Pure Rust graph context selection over in-memory DAG DB graph state.
- graph_
explorer - Read-only graph explorer contracts and deterministic report-file artifacts.
- graph_
explorer_ postgres - Approved read-only Postgres export for graph explorer artifacts.
- graph_
refinement - Deterministic advisory graph refinement artifacts for Graph Explorer.
- hash
- Canonical hash materials for ExoChain DAG DB IDs and receipts.
- hybrid_
retrieval - Contract-only hybrid retrieval preview over existing KG and graph selectors.
- kg_
catalog_ router - Catalog-router preview DTOs for repository/test DAG DB routing.
- kg_
export - Portable KG export report contracts.
- kg_
import - Dry-run KG import report contracts shared by persisted adapter tests.
- kg_
markdown_ manifest - kg_
retrieval - KG retrieval preview contracts for persisted DAG DB rows.
- kg_
writeback - Dry-run KG writeback proposal contracts.
- kg_
writeback_ hygiene - Non-mutating M53 writeback hygiene proposal contracts.
- layer_
creation_ policy - Pure PRD09 graph-governed layer creation policy.
- layered_
backfill - Pure PRD05 layered backfill planning and compatibility contracts.
- layered_
drilldown - Layered depth-on-demand drilldown for persistent context packets (Q2-S3).
- layered_
graph - Deterministic layered graph contracts for graph-of-graphs memory.
- layered_
hygiene - Pure PRD04 layer hygiene scoring and planning contracts.
- layered_
placement - Pure layer placement contracts for additive layered graph routing.
- metadata
- Deterministic metadata redaction for ExoChain DAG DB.
- model
- Domain record shells for ExoChain DAG DB.
- optimization
- Deterministic Phase 2A optimization helpers for DAG DB graph reads.
- placement
- System-side memory placement controller and graph organizer.
- query
- Graph query and route-invalidation helpers.
- route
- Pure route domain service for committed DAG DB memory.
- scoring
- Deterministic domain gates and integer scoring for ExoChain DAG DB.
- similarity
- Deterministic similarity overlay scoring.
- source_
adapter - state
- Bounded control-state transitions for ExoChain DAG DB.
- tenant
- Canonical tenant/namespace identity for DAG DB storage isolation (GAP-012 P1-E).
- trust
- Pure trust-check domain service.
- validation
- Pure validation-report domain service.
- views
- Rebuildable graph views for routing and context packet construction.