kaos-core
10 tools The MCP-native runtime every other KAOS package builds on — types, tools, VFS, artifacts, and settings.
pip install kaos-corePackages
The full set, by capability cluster — the same packages the compliance dashboard tracks. Each card links to GitHub, the surface page that explains it, and the docs entry.
kaos-core The MCP-native runtime every other KAOS package builds on — types, tools, VFS, artifacts, and settings.
pip install kaos-corekaos-content The canonical document AST every extractor produces and every consumer reads — 34 Block/Inline node classes, all carrying provenance.
pip install kaos-contentkaos-nlp-core Rust-powered NLP primitives — BM25, Punkt segmentation, string distances, Aho-Corasick, MinHash/LSH.
pip install kaos-nlp-corekaos-graph Rust-powered graph engine — 42 algorithms, first-class RDF/SPARQL, knowledge graphs.
pip install kaos-graphkaos-pdf PDF extraction with provenance — every paragraph, table, and OCR line carries its page and bounding box.
pip install kaos-pdfkaos-web Web extraction, browser automation, search, and domain intelligence — for agents.
pip install kaos-webkaos-office DOCX, PPTX, XLSX — read, write, and redline, into and out of the same document AST.
pip install kaos-officekaos-tabular DuckDB-powered SQL over CSV, Parquet, JSON, XLSX, and SQLite — agent-ready analytics on legal data.
pip install kaos-tabularkaos-llm-client One LLM client, many providers — async-first, streaming, retries, structured output, per-call cost estimates.
pip install kaos-llm-clientkaos-llm-core Typed, composable, optimizable LLM programs — signatures, programs, codecs, optimizers. A DSPy descendant.
pip install kaos-llm-corekaos-ml-core Classical ML on the document AST — corpus, clustering, labeling, logistic regression, calibrated thresholds.
pip install kaos-ml-corekaos-nlp-transformers Dense embeddings, reranking, NLI, NER, and PII detection — Rust ONNX backend, no runtime PyTorch.
pip install kaos-nlp-transformerskaos-ui Scaffold KAOS apps and build agent chat UIs — six Python project templates plus a React 19 component library.
pip install kaos-uikaos-names Friendly, legal-flavored handles for sessions, agents, and traces — zero dependencies, deterministic when seeded.
pip install kaos-names