eidos-kernel 0.1.0

Eidos kernel — the pure-logic brain engine (schema, retrieval, ranking, eval). No IO.
Documentation
  • Coverage
  • 29.81%
    200 out of 671 items documented0 out of 49 items with examples
  • Size
  • Source code size: 393.2 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 5.99 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • obeedgarza1

eidos-kernel — the pure-logic brain engine.

This crate is L1 of the Eidos layer model. It owns the graph schema, the deterministic retrieval engine (BM25F with calibrated confidence bands), the golden-set eval harness, and the ranking policy (floor, scope, canonical dominance). It has no IO — no tokio, no rmcp, no clap, no std::fs. Every function is a pure transformation over Graph, fully unit- testable with zero files on disk.

The grounding law lives here: a source proposes nodes and edges; the kernel owns and verifies every receipt — each file:line is checked against the real file before a hit is returned. Sources compute nodes; the kernel never fabricates provenance.

Modules

module owns
[schema] Node, Edge, Graph, Kind, Span, relation vocabulary
[retrieval] ground, ground_scoped, BM25F scoring, confidence bands
[eval] the golden-set eval harness (GoldenSet, evaluate)
[relational] callers, impact, kind-intent, rerank-by-kind
[workflow] deterministic task brief decomposition and validation