microresolve 0.2.0

Pre-LLM decision engine: intent classification, tool selection, request triage. ~50μs per call, CPU-only, continuous learning.
Documentation
1
2
3
4
5
mod converter;
mod types;

pub use converter::{convert_postman, ConvertError};
pub use types::*;