drive9
Durable server-side workspaces with mounts, forks, and checkpoints
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install drive9?▼
Run `npx skills add mem9-ai/drive9 --all -g -y` in your terminal to install everything globally.
What problem does drive9 solve?▼
It keeps agent workspace state durable on a server, so files, logs, and work-in-progress survive when a sandbox is destroyed or replaced.
Can two agents work on the same workspace safely?▼
Yes. LayerFS lets each attempt run on an isolated writable layer, with checkpoints, rollback, and server-side conflict detection on commit.
Does drive9 replace Git?▼
No. Git remains the final review and history layer, while drive9 manages live working state like logs, caches, and failed attempts.
Can I restrict what an agent can access?▼
Yes. You can issue short-lived tokens scoped by path, operation, and time, plus a vault for secrets with per-agent grants.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core