mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-08 07:12:39 +02:00
Export supervisor baseline create_surfsense_deep_agent.
This commit is contained in:
parent
93fb4011e9
commit
b9132f8544
1 changed files with 16 additions and 0 deletions
|
|
@ -0,0 +1,16 @@
|
||||||
|
"""Baseline deep-agent factory without SurfSense specialist subagents.
|
||||||
|
|
||||||
|
Swap imports manually while building supervisor-style delegation::
|
||||||
|
|
||||||
|
# from app.agents.new_chat.chat_deepagent import create_surfsense_deep_agent
|
||||||
|
from app.agents.new_chat_supervisor_baseline.chat_deepagent import (
|
||||||
|
create_surfsense_deep_agent,
|
||||||
|
)
|
||||||
|
|
||||||
|
"""
|
||||||
|
|
||||||
|
from app.agents.new_chat_supervisor_baseline.chat_deepagent import (
|
||||||
|
create_surfsense_deep_agent,
|
||||||
|
)
|
||||||
|
|
||||||
|
__all__ = ["create_surfsense_deep_agent"]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue