Branching for Agent Isolation
Coming Soon
This tutorial is under development. Check back soon for a complete walkthrough.
What You'll Learn
This tutorial will walk you through using RaisinDB's git-like branching to give each AI agent an isolated workspace where it can read, write, and reason without interfering with other agents or production data.
Planned Outline
- Prerequisites — RaisinDB instance running, AI provider configured
- Create an agent branch — branch from
mainto create an isolated workspace - Agent writes findings — store research results as nodes on the branch
- Commit agent work — create immutable revisions with audit trail
- Inspect the branch — query the agent's work before merging
- Merge to main — bring the agent's findings into production
- Rollback if needed — reset the branch HEAD to undo mistakes
- Clean up — delete branches that are no longer needed
Related Guides
- Agent Memory with Branches — conceptual guide
- Embeddings and Vector Search — vector search within branches