feat: add AgentsConfirmDialog component and integrate it into AgentsPage for agent deletion confirmation

- Implemented AgentsConfirmDialog for confirming agent deletions.
- Updated AgentsPage to manage agent deletion state and feedback messages.
- Refactored provider account loading logic to include channel groups.
- Enhanced feedback mechanism for user actions such as agent creation and deletion.
This commit is contained in:
duanshuwen
2026-04-19 22:10:01 +08:00
parent 3a86539537
commit 3de3629d12
6 changed files with 1079 additions and 427 deletions

View File

@@ -2,10 +2,8 @@
1、任务列表 - 完成
2、走本地模型配置重构模型对话功能 - 完成
3、上传表单信息+读取信息,脚本执行录取表单
4、定时任务脚本关联多个脚本执行
5、一键打开渠道可以新增渠道 - 完成
6、把龙虾包装到对话
7、迁移频道功能
8、迁移agent功能
9、知识库调整成上传文件查看文件列表
3、一键打开渠道可以新增渠道 - 完成
4、把龙虾包装到对话
5、迁移频道功能 - 完成
6、迁移agent功能 - 完成
7、知识库调整成上传文件,查看文件列表 - 完成