mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 15:57:06 +08:00
6 lines
85 B
Python
6 lines
85 B
Python
class AgentFactory:
|
|
pass
|
|
|
|
def get_plugin_agent_strategy(strategy_name):
|
|
pass
|