agentvfs Rust Workspace runtime and execution boundary for AI agents. Isolated vaults, instant forks, rollback points.
A policy-gated proxy boundary between an agent and its mounted workspace. Agents get isolated vaults, cheap per-task forks, checkpoint/rollback and structured execution results. Rust crate, also on npm and pip.
Install
$ cargo install agentvfs Frequently asked questions
What is agentvfs?
agentvfs is Workspace runtime and execution boundary for AI agents. Isolated vaults, instant forks, rollback points. It is part of the Neul Labs open-source portfolio (36 MIT-licensed projects for AI agent infrastructure). A policy-gated proxy boundary between an agent and its mounted workspace. Agents get isolated vaults, cheap per-task forks, checkpoint/rollback and structured execution results. Rust crate, also on npm and pip.
How do I install agentvfs?
Install with: `cargo install agentvfs`. agentvfs is MIT licensed and ships prebuilt binaries where applicable.
What language is agentvfs written in?
agentvfs is written in Rust.
Is agentvfs open source?
Yes. agentvfs is MIT licensed and publicly available at https://github.com/neul-labs/agentvfs. All 36 Neul Labs projects are MIT licensed.