agentvfs 0.1.6

Virtual filesystem CLI backed by embedded databases for AI agents
Documentation
1
2
3
4
5
6
7
8
//! Virtual filesystem operations.

mod entry;
mod ops;
pub mod path;

pub use entry::{ContentBlob, DirEntry, FileEntry, FileType, FileVersion, Metadata, SearchResult, Tag};
pub use ops::{FileSystem, TreeNode};