Agent Wiki 0.8.0 adds multi-vault knowledge bases for agents
HockeyDadNinja · reddit · 2026-07-29
Agent Wiki 0.8.0 adds multiple-vault support to a plain-markdown knowledge base designed for agents.
- Agents are meant to search the wiki before hitting the web, and then write back what they learn.
- Each vault can be a local directory or an HTTP-served wiki, and reads now merge results across all registered vaults.
- Writes stay narrow: ingest lands in the vault that declares the relevant topic, while other mutations only touch the default vault unless a different one is named.
- Repos can ship their own .agent-wiki/config.yaml, but it is only trusted after awiki vault trust to avoid a cloned repo silently redirecting agent writes.
- The current limitation is that awiki serve still serves one vault per instance, so sharing several vaults means running several servers.
The author asks how teams are sharing agent knowledge bases in practice.
More from coding & agent
- OpenWork positions itself as an open-source alternative to Claude Cowork — different-ai · 2026-07-29
- RepoSkein exposes a deterministic repo graph to coding agents over MCP — JeremyCMorgan · 2026-07-29
- A user tests Codex with the same code and shows the output — iamfakhrealam · 2026-07-29
- OpenAI open-sources Codex Security CLI to scan and fix code vulnerabilities — The Decoder · 2026-07-29
- Row-Bot shows multi-sub-agent orchestration with GPT-5.5 — Acceptable-Object390 · 2026-07-29
- Claude plugs into Google Tag Manager to automate GA4 tags and audits — CodeByPoonam · 2026-07-29