Skip to main content

Module storage

Module storage 

Source
Expand description

Storage backend implementations

Re-exports§

pub use filesystem::FilesystemStorage;
pub use filesystem::StorageStats;
pub use hot_reload::HotReloadManager;
pub use zip::ZipHandler;

Modules§

filesystem
Filesystem storage backend
git
Git operations for cloning skill repositories using system git binary
hot_reload
Hot reloading system for skill updates
vector_index
SQLite database operations for vector index
zip
ZIP package handling for skill distribution

Traits§

StorageBackend