feat: agent system optimization and enhancement#185
Merged
Conversation
- 合并 main 分支最新代码到当前分支 - 保留了两边的功能修改: - manage.py: 添加 ignore_missing 参数处理找不到的资源类型 - work_log.py: 合并了两边的初始化参数和配置属性 - config.tsx: 合并了两边的新增组件导入 - static 目录使用 main 分支版本 - uv.lock 使用 main 分支版本
- 重构文件上传显示设计,修复与对话框边界重合问题 - 支持多文件拖拽、粘贴和点击上传 - 区分文件类型显示不同颜色主题图标 - 统一使用60x60正方形卡片风格 - 上传过程显示加载遮罩 - 后端返回preview_url支持图片预览
- agent_chat.py: 错误消息添加 [ERROR] 标记 - api_v1.py: API层错误返回使用SSE格式和 [ERROR] 标记 前端通过 [ERROR] 标记识别错误并显示给用户
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR includes comprehensive optimizations and enhancements to the agent system, visualization push system, and file handling capabilities.
Key Changes
Agent System Optimization
File Upload & Preview
Authorization System
Frontend Improvements
Infrastructure
Code Cleanup
derisk/contextandderisk/coremodulesFiles Changed
Testing