noos 0.4.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
pub mod vector;
pub mod softmax;

pub use vector::{clamp, cosine_similarity};
pub use softmax::softmax;