How it works
- Generate instructions — build a prompt instruction block that tells your LLM how to format its output.
- Parse locally — extract the structured intent from the LLM response using a local parser.
minns-sdk entry point.
Usage
Benefits
Zero latency
No network round-trips — parsing happens entirely in your process.
LLM agnostic
Works with any LLM that can follow formatting instructions (GPT-4, Claude, Llama, etc.).
Type safe
Full TypeScript support with generics for your intent schema.
Resilient
Built-in protection against malformed LLM output.
