Just show me it works
Run a deterministic sample in ~10 seconds — no API key, no setup. Start with your first example, then browse the gallery.
Just show me it works
Run a deterministic sample in ~10 seconds — no API key, no setup. Start with your first example, then browse the gallery.
Teach me, step by step
Follow the guided tutorial spine from What is KAOS? onward — each tutorial builds on the last, all runnable offline.
I have a task to do
Jump to a how-to recipe — SQL over billing data, extract contract definitions, rank a graph, verify a citation.
I want the facts
Reference for every package — the package map, CLI, glossary, citation kinds, graph algorithms, compatibility.
Here’s the kind of task KAOS is built for: turn a signed contract into a reusable template. One command reads the PDF, finds the parties, amounts, and dates with an on-device model (no API key), swaps them for template fields, and redlines the changes:
uv run examples/contract-to-template.pyFound 4 field(s) with on-device NER (no LLM, no key): {{date_1}} <- 'March 1, 2026' {{party_1}} <- 'Acme Corporation' {{party_2}} <- 'Globex Industries' {{amount_1}} <- '$50,000'
Redline (contract → template): 4 fields parameterized, 8 tracked change(s) → redline.docxThat’s the pattern: 56 tested examples, each one uv run away, most fully offline.
See how it works → · browse them all →
uv run examples/<name>.py,
no clone, no virtualenv juggling.