AI Assistant plugin: backend with LiteLLM, agents, tools, streaming chat

This commit is contained in:
Agent Zero
2026-07-17 00:45:24 +02:00
parent 2e5065c9d0
commit 26feadf179
9 changed files with 1755 additions and 0 deletions
@@ -0,0 +1,3 @@
from app.plugins.builtins.ai_assistant.plugin import AIAssistantPlugin
__all__ = ["AIAssistantPlugin"]