mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 02:15:22 -04:00
cc4a611b0c
* feat: enhance PluginRunner to build plugins from source directories - Added functionality to the PluginRunner to detect if the plugin package path is a directory and build the plugin accordingly. - Introduced a new method `_build_plugin` to handle the building process and log the output. - Implemented resource cleanup for temporary directories used during the build process. - Updated integration tests to reflect changes in the mock server configuration by using a constant for the server port. * fix: linter
2 lines
32 B
Python
2 lines
32 B
Python
OPENAI_MOCK_SERVER_PORT = 11451
|