Skip to content

v0.1.0

Choose a tag to compare

@ethanj ethanj released this 06 Apr 08:32
· 35 commits to main since this release

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 pages
  • llmwiki query — ask questions against your compiled wiki
  • llmwiki query --save — save answers as wiki pages that compound into future queries
  • llmwiki watch — auto-recompile on source changes

Install

npm install -g llm-wiki-compiler
export ANTHROPIC_API_KEY=sk-...

See the README for full docs.