mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-23 02:45:37 -04:00
0922b15e54
- Added new request models for datasource actions including validation, website crawling, and content retrieval. - Enhanced `PluginExecutor` with methods to validate datasource credentials, crawl websites, and retrieve pages and content. - Updated `PluginRegistration` to include methods for fetching datasource provider classes and handling website and online document datasources. - Refined the `DatasourceProvider` interface to use `Mapping` for credentials, improving type safety.