CLI ToolsMay 12, 2026·2 min read

SwarmVault — Local-First LLM Wiki + Graph

SwarmVault turns docs/code/transcripts into a durable Markdown wiki plus a local knowledge graph for agents, with a 30-second `quickstart` CLI path.

Agent ready

This asset can be read and installed directly by agents

TokRepo exposes a universal CLI command, install contract, metadata JSON, target-specific plan, and raw content links so agents can judge fit, risk, and next actions.

Native · 94/100Policy: allow
Target
Claude Code, Codex, Gemini CLI
Kind
Cli
Install
Single
Trust
Trust: Established
Entrypoint
swarmvault
Universal CLI install command
npx tokrepo install e9022c19-925c-5af9-9bff-5168b5ada6ff
Intro

SwarmVault turns docs/code/transcripts into a durable Markdown wiki plus a local knowledge graph for agents, with a 30-second quickstart CLI path.

  • Best for: teams building long-lived knowledge bases for agents (wiki + graph + reviewable artifacts)
  • Works with: Node.js (README badge says >=24); local-first outputs under raw/wiki/state; optional model providers
  • Setup time: 10–30 minutes

Practical Notes

  • Quant: README says Try It in 30 Seconds with swarmvault quickstart after install.
  • Quant: the on-disk layout includes raw/, wiki/, and state/graph.json (a machine-readable graph).

Main

A compounding workflow:

  1. Use quickstart for the first run, then switch to explicit ingestcompilequery once you trust the outputs.
  2. Keep “raw sources” immutable; treat wiki/ as the compounding artifact you review and edit.
  3. Use compile --approve/review bundles when you need stricter change control.

SwarmVault is most valuable when you commit (or at least archive) the generated wiki so future agents inherit the same context.

FAQ

Q: Do I need API keys to start? A: No—README says the first run can use a built-in local heuristic provider.

Q: What files does it create? A: A vault with raw/, wiki/, and state/ including state/graph.json.

Q: How do I share context with agents? A: Export or point agents at the generated wiki/ and graph artifacts, not raw transcripts.

🙏

Source & Thanks

Source: https://github.com/swarmclawai/swarmvault > License: MIT > GitHub stars: 442 · forks: 49

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets