mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-01 17:16:51 +00:00
feat: (0.6)New UI (#1855)
Co-authored-by: 夏姜 <wenfengjiang.jwf@digital-engine.com> Co-authored-by: aries_ckt <916701291@qq.com> Co-authored-by: wb-lh513319 <wb-lh513319@alibaba-inc.com> Co-authored-by: csunny <cfqsunny@163.com>
This commit is contained in:
@@ -4,6 +4,8 @@ from .base import Vis # noqa: F401
|
||||
from .client import vis_client # noqa: F401
|
||||
from .tags.vis_agent_message import VisAgentMessages # noqa: F401
|
||||
from .tags.vis_agent_plans import VisAgentPlans # noqa: F401
|
||||
from .tags.vis_api_response import VisApiResponse # noqa: F401
|
||||
from .tags.vis_app_link import VisAppLink # noqa: F401
|
||||
from .tags.vis_chart import VisChart # noqa: F401
|
||||
from .tags.vis_code import VisCode # noqa: F401
|
||||
from .tags.vis_dashboard import VisDashboard # noqa: F401
|
||||
@@ -18,4 +20,6 @@ __ALL__ = [
|
||||
"VisCode",
|
||||
"VisDashboard",
|
||||
"VisPlugin",
|
||||
"VisAppLink",
|
||||
"VisApiResponse",
|
||||
]
|
||||
|
Reference in New Issue
Block a user