jevr 0.1.1

Semantic code search for coding agents: find the code or document files matching a concept, described in plain language
Documentation
1
2
3
4
5
6
7
8
//! TypeSafe Jev (System One) API layer.

/// Single HTTP choke point: retry policy + sha256-keyed response cache.
pub mod client;
/// Measured question builders: Stage 2 Nouls, Stage 3 listwise Choice.
pub mod questions;
/// Hand-rolled serde mirror of the System One wire format.
pub mod schemas;