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