Compiles diverse raw sources into a browsable, interlinked markdown wiki using an LLM.
This CLI tool takes various inputs, such as web articles and local files, and transforms them into a structured, interlinked markdown wiki, inspired by Karpathy's LLM Wiki pattern. Users run `llmwiki ingest` to add sources, then `llmwiki compile` to generate the wiki, and can `llmwiki query` the compiled knowledge.
Compiles diverse raw sources into a browsable, interlinked markdown wiki using an LLM.
AI researchers, technical writers, and anyone needing to organize scattered information into a persistent knowledge base.