dify/api/services/plugin
Harry 015f82878e feat(trigger): integrate plugin icon retrieval into trigger provider
- Added `get_plugin_icon_url` method in `PluginService` to fetch plugin icons.
- Updated `PluginTriggerProviderController` to use the new method for icon handling.
- Refactored `ToolTransformService` to utilize `PluginService` for consistent icon URL generation.

This enhances the trigger provider's ability to manage plugin icons effectively.
2025-09-05 12:01:41 +08:00
..
__init__.py Introduce Plugins (#13836) 2025-02-17 17:05:13 +08:00
data_migration.py replace db with sa to get typing support (#23240) 2025-08-02 23:54:23 +08:00
dependencies_analysis.py refactor: rename plugin manager to plugin client and rename path from manager to impl (#18876) 2025-04-27 14:22:25 +08:00
endpoint_service.py refactor: rename plugin manager to plugin client and rename path from manager to impl (#18876) 2025-04-27 14:22:25 +08:00
github_service.py Introduce Plugins (#13836) 2025-02-17 17:05:13 +08:00
oauth_service.py fix(oauth): redis compatibility (#23959) 2025-08-18 11:14:08 +08:00
plugin_auto_upgrade_service.py Update ast-grep pattern for session.query (#24828) 2025-08-31 17:03:51 +08:00
plugin_migration.py replace db with sa to get typing support (#23240) 2025-08-02 23:54:23 +08:00
plugin_parameter_service.py fix(dynamic_select): implement function 2025-09-03 14:53:27 +08:00
plugin_permission_service.py orm filter -> where (#22801) 2025-07-24 00:57:45 +08:00
plugin_service.py feat(trigger): integrate plugin icon retrieval into trigger provider 2025-09-05 12:01:41 +08:00