What problem does it solve?
It solves the problem of scattered notes and repeated research by turning sources into a persistent, interlinked markdown knowledge base that grows in value over time.
Core Features & Use Cases
- Wiki compilation instead of per-query RAG: ingests sources once into a structured wiki so future questions reuse compiled knowledge rather than re-extracting from scratch.
- Three-layer architecture (raw → pages → schema): keeps immutable raw sources separate from agent-owned entity/concept/comparison/query pages, governed by a single
SCHEMA.md.
- Compounding consistency via orientation and logging: reads
SCHEMA.md, index.md, and recent log.md at session start to avoid duplicates, maintain conventions, and track updates.
Quick Start
Start the LLM-wiki by telling the agent: "Create a new wiki at my configured path, define its SCHEMA for AI research notes, and ingest these sources into the wiki while updating index and log."