feat[0.6.0](endpoint): add support for endpoint group setup#138
Open
feat[0.6.0](endpoint): add support for endpoint group setup#138
Conversation
- Introduced `setup_endpoint_group` method in `PluginExecutor` to handle endpoint group initialization. - Added `EndpointSetupRequest` model to facilitate setup requests with credentials and endpoint group information. - Enhanced `PluginRegistration` to load endpoint groups from configuration and retrieve them by name. - Updated `Plugin` class to register a new route for handling setup actions. - Modified existing endpoint-related classes to support the new endpoint group functionality.
- Renamed the `credentials` parameter to `settings` in the `setup` method of the `EndpointGroup` class. - Updated the `EndpointSetupRequest` model to reflect this change, ensuring consistency across the codebase. - Adjusted the `PluginExecutor` class to utilize the new `settings` parameter during endpoint group setup.
5 tasks
IthacaDream
pushed a commit
to IthacaDream/dify-plugin-sdks
that referenced
this pull request
Jun 30, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
setup_endpoint_groupmethod inPluginExecutorto handle endpoint group initialization.EndpointSetupRequestmodel to facilitate setup requests with credentials and endpoint group information.PluginRegistrationto load endpoint groups from configuration and retrieve them by name.Pluginclass to register a new route for handling setup actions.