What problem does it solve?
The wiki defines how to use wiki tools (wiki_get, wiki_write) and — critically — how to surface wiki usage to the user. Load whenever you read, write, or might benefit from an article.
Core Features & Use Cases
- wiki_search(query, tags?, status?, limit?, mode?) finds existing wiki articles and prevents duplication by returning relevant slugs and summaries.
- wiki_get(slug, allow_stale?, refresh?) fetches the article body and can refresh it to current truth using the configured provider.
- wiki_write(slug, title, summary?, body_md, tags?, source_memory_ids) creates or updates an article, drafting content that cites memories inline and links related articles.
- Surfacing rule: When you used a wiki article to answer, copy the breadcrumb line verbatim as the first line of your user-facing reply.
- Use case: Maintain composite explanations for recurring topics and ensure all claims cite memories.
Quick Start
Create or update a wiki article by first searching for a slug with wiki_search, then recall relevant memories, and finally write the article with wiki_write.