Files
dify-plugin-sdks/python/examples/agent/provider/agent.py
2024-12-09 22:01:41 +08:00

6 lines
112 B
Python

from dify_plugin.interfaces.agent import AgentProvider
class LanggeniusAgentProvider(AgentProvider):
pass