Practical Notes
- Quant: README says Try It in 30 Seconds with
swarmvault quickstartafter install. - Quant: the on-disk layout includes
raw/,wiki/, andstate/graph.json(a machine-readable graph).
Main
A compounding workflow:
- Use
quickstartfor the first run, then switch to explicitingest→compile→queryonce you trust the outputs. - Keep “raw sources” immutable; treat
wiki/as the compounding artifact you review and edit. - 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.