ratel-ai-core 0.1.5

Tool retrieval and ranking for AI agents — BM25 over tool catalogs. Core of the Ratel context engineering platform.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Trace events emitted from every layer of Ratel — the substrate for the
//! inspector, the suggestion analyzer, the reranker training, and the optional
//! self-hosted consolidation server. See ADR-0009 for the schema-ownership
//! and reliability story.

mod event;
mod sink;

pub use event::{ChurnKind, Origin, SearchHitTrace, SearchStage, TraceEnvelope, TraceEvent};
pub use sink::{JsonlSink, MemorySink, NoopSink, TraceSink};