mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-21 18:05:30 -04:00
[PR #210] [MERGED] feat: add datasource plugin examples #224
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugin-sdks/pull/210
Author: @Mairuis
Created: 9/24/2025
Status: ✅ Merged
Merged: 9/24/2025
Merged by: @Mairuis
Base:
main← Head:feat/datasource_examples📝 Commits (2)
4821ef2feat: add datasource plugin examples64d1f8frefactor: update type hints and improve error handling in datasource examples📊 Changes
26 files changed (+780 additions, -45 deletions)
View changed files
📝
python/dify_plugin/core/entities/plugin/setup.py(+1 -2)➕
python/examples/firecrawl_datasource/.difyignore(+179 -0)➕
python/examples/firecrawl_datasource/.env.example(+4 -0)➕
python/examples/firecrawl_datasource/_assets/icon.svg(+17 -0)➕
python/examples/firecrawl_datasource/datasources/crawl.py(+93 -0)➕
python/examples/firecrawl_datasource/datasources/crawl.yaml(+116 -0)➕
python/examples/firecrawl_datasource/datasources/firecrawl_app.py(+153 -0)➕
python/examples/firecrawl_datasource/main.py(+6 -0)➕
python/examples/firecrawl_datasource/manifest.yaml(+45 -0)➕
python/examples/firecrawl_datasource/provider/firecrawl_datasource.py(+36 -0)➕
python/examples/firecrawl_datasource/provider/firecrawl_datasource.yaml(+41 -0)➕
python/examples/firecrawl_datasource/requirements.txt(+1 -0)➖
python/examples/google_cloud_storage/_assets/icon.png(+0 -0)➕
python/examples/google_cloud_storage/_assets/icon.svg(+6 -0)📝
python/examples/google_cloud_storage/datasources/google_cloud_storage.py(+27 -9)📝
python/examples/google_cloud_storage/datasources/google_cloud_storage.yaml(+7 -0)📝
python/examples/google_cloud_storage/manifest.yaml(+5 -3)📝
python/examples/google_cloud_storage/provider/google_cloud_storage.yaml(+1 -1)📝
python/examples/google_cloud_storage/requirements.txt(+1 -1)➖
python/examples/notion_datasource/PRIVACY.md(+0 -3)...and 6 more files
📄 Description
Pull Request Checklist
Thank you for your contribution! Before submitting your PR, please make sure you have completed the following checks:
Compatibility Check
README.mdREADME.mdREADME.mdREADME.mdAvailable Checks
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.