Skip to main content

Module vfs

Module vfs 

Source
Expand description

VFS provider implementations.

Each provider exposes a different data source through the Vfs trait, allowing LLMs to interact with it using filesystem-like operations.

Re-exports§

pub use composite::CompositeProvider;
pub use composite::Mount;
pub use local::LocalProvider;
pub use store::StoreProvider;

Modules§

clone
Git repository clone and update operations.
composite
Composite VFS provider routing by path prefix.
local
Local filesystem VFS provider.
store
Persistent cross-conversation key-value store VFS provider.

Functions§

bash_command
Translate a bash-style command string into a VFS operation.