mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 18:35:29 -04:00
3033f3e6c2
* feat: add unit test for AgentStrategy constructor - Introduced a new test to validate the constructor of the AgentStrategy class, ensuring it is not overridden. - Created an implementation of AgentStrategy for testing purposes, confirming that the constructor behaves as expected. - Utilized ThreadPoolExecutor and session management to facilitate the test setup. * fix: apply ruff * fix: correct argument order in AgentStrategyImpl instantiation in test