Esta página se muestra en inglés. Una traducción al español está en curso.
CLI ToolsMay 12, 2026·2 min de lectura

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.

Listo para agents

Instalación lista para agent

Este activo puede instalarse después de elegir el runtime, revisar el plan y ejecutar el comando correspondiente.

Native · 96/100Política: permitir
Superficie agent
Cualquier agent MCP/CLI
Tipo
Knowledge
Instalación
Single
Confianza
Confianza: Established
Entrada
Asset
Comando de instalación directa
npx -y tokrepo@latest install e9022c19-925c-5af9-9bff-5168b5ada6ff --target codex

Ejecutar después de confirmar el plan con dry-run.

Introducción

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.

🙏

Fuente y agradecimientos

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

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados