Skip to main contentCrate contextqa_core
Source pub use confidence::*;pub use edge::*;pub use entity::*;pub use error::*;pub use event::*;pub use graph::*;
- confidence
- Confidence scoring module — transforms raw dependency data into actionable intelligence.
- edge
- Edge model for the context graph with Bayesian confidence scoring.
- entity
- Entity model using SCIP-style human-readable, globally-unique symbol strings.
- error
- event
- Event model — append-only mutation log for the context graph.
- graph
- Materialized context graph with Glean-style immutable fact layering.