๐ฆ ClawHub
Llmwiki
by @hosuke
LLM-powered personal knowledge base. Raw documents in, an LLM compiles them into a structured interlinked wiki with trilingual articles, emergent taxonomy, a...
โ๏ธ Configuration
pip install llmwikimkdir my-kb && cd my-kb
cat > .env << 'EOF'
LLMBASE_API_KEY=sk-your-key
LLMBASE_BASE_URL=https://your-endpoint/v1
LLMBASE_MODEL=your-model
Optional: LLMBASE_FALLBACK_MODELS=backup-1,backup-2
EOFcat > config.yaml << 'EOF'
llm:
max_tokens: 16384
paths:
raw: "./raw"
wiki: "./wiki"
EOF
๐ Tips & Best Practices
--file-back saves Q&A answers into the wiki so future queries benefit--tone wenyan for Chinese users (classical Chinese responses)llmbase lint heal after large ingestion batches/health has buttons for every repair op/graph โ density slider for large KBs/explore โ requires entities: { enabled: true } in configTERMINAL
clawhub install llmwiki