mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-03 10:05:13 +00:00
feat(core): APP use new SDK component (#1050)
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
from typing import Any, Callable, Dict, List, Literal, Optional, Tuple, Type, Union
|
||||
from .tags.vis_code import VisCode
|
||||
from .tags.vis_chart import VisChart
|
||||
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 .base import Vis
|
||||
from .tags.vis_agent_message import VisAgentMessages
|
||||
from .tags.vis_agent_plans import VisAgentPlans
|
||||
from .tags.vis_chart import VisChart
|
||||
from .tags.vis_code import VisCode
|
||||
from .tags.vis_dashboard import VisDashboard
|
||||
from .tags.vis_plugin import VisPlugin
|
||||
|
||||
|
||||
class VisClient:
|
||||
|
Reference in New Issue
Block a user