๐ฆ ClawHub
LLM Wiki
by @lhuaizhong
Build and maintain a local Markdown knowledge wiki that compounds over time instead of relying on one-shot RAG retrieval. Use when the user wants to turn not...
๐ก Examples
For a brand-new vault, initialize the scaffold first:
python3 scripts/init_wiki.py /path/to/knowledge
Add --force to overwrite existing scaffold files.
After initialization:
1. review SCHEMA.md
2. place or copy source material into raw/
3. ask the agent to ingest the material into wiki/
4. use query / reindex / lint as the vault grows
TERMINAL
clawhub install lhuaizhong-llm-wiki