LLM Wiki
Use this driver when an operator wants to activate or configure the
llm-wiki addon. The addon owns the selectable wiki topology and page
profiles; knowledge ingestion, linting, and storage remain owned by the
knowledge-base and semantic-memory capabilities.
Select and activate a profile
Choose exactly one documented profile:
| Profile | Intended use |
|---|---|
book-companion |
Structured notes and cross-references for a book |
personal |
Personal knowledge and a journal of ideas |
research-deep-dive |
Long-form academic or technical research |
business-team |
A shared organizational knowledge base |
generic |
General-purpose wiki topology |
Activate the addon through its canonical CLI operation:
aiwg use llm-wiki --profile <name>
When the user has not selected a profile, explain the choices and ask for one before activation. Do not invent profile names.
Canonical operation routing
After activation:
- Use
aiwg discover "ingest source into knowledge base"and thenaiwg show skill kb-ingestto add source material. - Use
aiwg discover "knowledge base health"and thenaiwg show skill kb-healthto check links, schema conformance, and orphans. - Use the semantic-memory drivers (
memory-ingest,memory-lint,memory-query-capture, and memory log operations) for storage primitives.
The selected profile shapes the wiki topology and derived pages. It does not replace the canonical knowledge-base or semantic-memory mechanics.
Verification
Confirm activation by checking that .aiwg/wiki/config.json records the
selected profile, then verify that both of these queries return actionable
drivers:
aiwg discover "llm wiki profile"
aiwg discover "ingest source into knowledge base"
References
- @$AIWG_ROOT/agentic/code/addons/llm-wiki/README.md
- @$AIWG_ROOT/agentic/code/addons/llm-wiki/docs/getting-started.md
- @$AIWG_ROOT/agentic/code/frameworks/knowledge-base/skills/kb-ingest/SKILL.md
- @$AIWG_ROOT/agentic/code/frameworks/knowledge-base/skills/kb-health/SKILL.md
- @$AIWG_ROOT/agentic/code/addons/semantic-memory/skills/memory-ingest/SKILL.md