What problem does it solve?
drive9 lets you persist files across agent handoffs and session resets, so you can store outputs once and retrieve them later using natural-language search instead of brittle filenames or forgotten context.
Core Features & Use Cases
- Persistent workspace storage: create isolated workspaces and keep credentials/config locally for repeat access.
- Filesystem-like operations: upload, download, copy, move, and delete using familiar commands and remote paths (e.g.
:/data/file.txt).
- Hybrid semantic + keyword search: run
grep for meaning-based retrieval and find for exact structural filters like tags, dates, and sizes.
- Agent-ready mounts and zero-copy workflows: mount with FUSE for local tooling and perform metadata-only copies/renames for fast, space-efficient duplication.
Use case: store a set of project notes, datasets, and generated reports during an agent run, then later ask for “the pricing strategy draft” and retrieve the exact files even if you don’t remember the filename.
Quick Start
Ask your agent to install drive9, provision a workspace, and then search by meaning: run curl -fsSL https://drive9.ai/install.sh | sh && drive9 create && drive9 fs grep "pricing strategy" /.