mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
- Added a comprehensive API reference document for the Spacedrive SDK, detailing all APIs as type-checked stubs for type-checking purposes. - Introduced new core modules including `actions`, `agent`, `ai`, `job_context`, `models`, `query`, `tasks`, and `vdfs`, each with defined structures and functionalities. - Updated `Cargo.toml` to include new dependencies and ensure compatibility with the SDK. - Enhanced `types.rs` to include additional error types and result types for better error handling across the SDK. - Established a clear structure for extension development, allowing for future implementations and runtime testing.