mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 10:25:23 -04:00
6 lines
112 B
Python
6 lines
112 B
Python
from dify_plugin.interfaces.agent import AgentProvider
|
|
|
|
|
|
class LanggeniusAgentProvider(AgentProvider):
|
|
pass
|