Rename package: multi_agent_chat

This commit is contained in:
CREDO23 2026-05-04 21:48:43 +02:00
parent d675d4df3f
commit 972650909c
241 changed files with 114 additions and 114 deletions

View file

@ -28,7 +28,7 @@ from sqlalchemy import func
from sqlalchemy.future import select
from sqlalchemy.orm import selectinload
from app.agents.multi_agent_with_deepagents import (
from app.agents.multi_agent_chat import (
create_surfsense_deep_agent as create_registry_deep_agent,
)
from app.agents.new_chat.chat_deepagent import create_surfsense_deep_agent