fix: add kommunikation dependency to ai_assistant and ai_proactive for correct load order

This commit is contained in:
Agent Zero
2026-07-22 02:04:52 +02:00
parent ba06214efa
commit 4a71297a1e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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",