mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-07 14:52:39 +02:00
Adjust supervisor routing integration for delegated routes.
This commit is contained in:
parent
dcc348d72a
commit
d9c873b2e1
2 changed files with 27 additions and 19 deletions
|
|
@ -1,5 +1,7 @@
|
|||
"""Full-stack wiring (DB-scoped) on top of :mod:`routing` and :mod:`supervisor`."""
|
||||
|
||||
from app.agents.multi_agent_chat.integration.create_multi_agent_chat import create_multi_agent_chat
|
||||
from app.agents.multi_agent_chat.integration.create_multi_agent_chat import (
|
||||
create_multi_agent_chat,
|
||||
)
|
||||
|
||||
__all__ = ["create_multi_agent_chat"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue