refactor: remove unused runAgentService and consolidate chat model functions

This commit is contained in:
DEV_DSW
2026-04-22 09:16:40 +08:00
parent a0cf8c73c9
commit 9b8214cdd4
4 changed files with 111 additions and 110 deletions

View File

@@ -19,7 +19,6 @@
* **`process/`**: 包含核心业务逻辑。
* `runTaskOperationService.ts`: 管理任务操作,启动本地 Chrome并执行自动化脚本。
* `runAgentService.ts`: AI Agent 执行的占位符/入口。
* **`service/`**: 各种功能的模块化服务。
* `execute-script-service/`: 启动 Node.js 子进程以安全地运行自动化脚本。
* `config-service/`: 管理应用程序配置。