v0.1.0
Initial release of llmwiki, the knowledge compiler.
Raw sources in, interlinked wiki out. Inspired by Karpathy's LLM Wiki pattern.
What it does
llmwiki ingest— fetch URLs or local files into sources/llmwiki compile— incremental two-phase compilation into interlinked wiki pagesllmwiki query— ask questions against your compiled wikillmwiki query --save— save answers as wiki pages that compound into future queriesllmwiki watch— auto-recompile on source changes
Install
npm install -g llm-wiki-compiler
export ANTHROPIC_API_KEY=sk-...See the README for full docs.