noos 0.2.1

Reliability layer for Rust LLM agents: scope drift, cost circuit breaks, and procedural correction memory as event-driven Decisions.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod cognitive_model;
pub mod engine;
#[cfg(feature = "candle")]
pub mod bottleneck;
#[cfg(feature = "candle")]
pub mod cognitive_gate;
#[cfg(feature = "candle")]
pub mod mamba;
pub mod model;
pub mod sampler;
pub mod tokenizer;