microresolve 0.2.1

System 1 relay for LLM apps — sub-millisecond intent classification, safety gating, tool selection. CPU-only, continuous learning from corrections.
Documentation
1
2
3
4
5
mod parser;
mod types;

pub use parser::{parse_openapi, ParseError};
pub use types::*;