fix: add kommunikation dependency to ai_assistant and ai_proactive for correct load order
This commit is contained in:
@@ -22,7 +22,7 @@ class AIAssistantPlugin(BasePlugin):
|
||||
"AI Assistant with multi-provider LLM support, custom agents, "
|
||||
"plugin tools, and streaming chat."
|
||||
),
|
||||
dependencies=[],
|
||||
dependencies=["kommunikation"],
|
||||
routes=[
|
||||
PluginRouteDef(
|
||||
path="/api/v1/ai",
|
||||
|
||||
Reference in New Issue
Block a user