mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-28 21:12:13 +00:00
Native data AI application framework based on AWEL+AGENT (#1152)
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com> Co-authored-by: lcx01800250 <lcx01800250@alibaba-inc.com> Co-authored-by: licunxing <864255598@qq.com> Co-authored-by: Aralhi <xiaoping0501@gmail.com> Co-authored-by: xuyuan23 <643854343@qq.com> Co-authored-by: aries_ckt <916701291@qq.com> Co-authored-by: hzh97 <2976151305@qq.com>
This commit is contained in:
@@ -74,7 +74,7 @@ class ComponentType(str, Enum):
|
||||
MODEL_REGISTRY = "dbgpt_model_registry"
|
||||
MODEL_API_SERVER = "dbgpt_model_api_server"
|
||||
MODEL_CACHE_MANAGER = "dbgpt_model_cache_manager"
|
||||
AGENT_HUB = "dbgpt_agent_hub"
|
||||
PLUGIN_HUB = "dbgpt_plugin_hub"
|
||||
MULTI_AGENTS = "dbgpt_multi_agents"
|
||||
EXECUTOR_DEFAULT = "dbgpt_thread_pool_default"
|
||||
TRACER = "dbgpt_tracer"
|
||||
@@ -161,6 +161,7 @@ class SystemApp(LifeCycle):
|
||||
] = {} # Dictionary to store registered components.
|
||||
self._asgi_app = asgi_app
|
||||
self._app_config = app_config or AppConfig()
|
||||
self._build()
|
||||
|
||||
@property
|
||||
def app(self) -> Optional["FastAPI"]:
|
||||
|
Reference in New Issue
Block a user