mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-01 09:06:55 +00:00
feat(agent): Multi agents v0.1 (#1044)
Co-authored-by: qidanrui <qidanrui@gmail.com> Co-authored-by: csunny <cfqsunny@163.com> Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from .tags.vis_chart import VisChart
|
||||
from .tags.vis_code import VisCode
|
||||
from .tags.vis_dashboard import VisDashboard
|
||||
from .tags.vis_agent_plans import VisAgentPlans
|
||||
from .tags.vis_agent_message import VisAgentMessages
|
||||
from .tags.vis_plugin import VisPlugin
|
||||
from .client import vis_client
|
||||
|
Reference in New Issue
Block a user