Search
Search docs, blog posts, and ecosystem packages with citations.
Enter a query to see grounded citations.
Backend-agnostic filesystem contract for agent runtimes and sandbox adapters
Stable support. Ongoing maintenance, compatibility work, and careful API evolution.
View package metadata source →Jido VFS is the runtime filesystem substrate for the CLI-agent ecosystem. It provides a stable, backend-agnostic contract that higher-level packages build on for safe read/write/list/mutation workflows.
Jido VFS provides the backend-agnostic filesystem contract used by shell, workspace, and harness runtime layers.
Defines the core behavior and data model for backend-agnostic file operations.
Implements concrete adapters that satisfy the contract across local and virtual backends.
Provides predictable operations used by shell/workspace layers to support autonomous execution.