refactor: 移除t_llm_config相关代码依赖
变更项: 1. 删除废弃数据层文件 db/llm_config_db.py。 2. Robot 启动流程移除 llm_config_db 初始化与导入逻辑。 3. DashboardServer 移除 llm_config_db 挂载引用。 4. 复查确认代码中已无 t_llm_config/llm_config_db/LLMConfigDBOperator 运行时依赖。
This commit is contained in:
@@ -52,7 +52,6 @@ class DashboardServer:
|
||||
self.plugin_schedule_manager = robot_instance.plugin_schedule_manager
|
||||
self.group_plugin_config_db = robot_instance.group_plugin_config_db
|
||||
self.llm_catalog_db = robot_instance.llm_catalog_db
|
||||
self.llm_config_db = robot_instance.llm_config_db
|
||||
self.group_plugin_config_service = robot_instance.group_plugin_config_service
|
||||
# 获取联系人管理器实例
|
||||
self.contact_manager = robot_instance.contact_manager
|
||||
|
||||
Reference in New Issue
Block a user