CodeReview/backend/app
lintsinghua 9fe15f0d0b fix(llm): 增强API错误处理以包含原始响应信息
改进所有LLM适配器的错误处理逻辑,现在会捕获并传递API原始响应信息
添加对账户余额不足等特定错误类型的识别和处理
统一各适配器的错误响应格式,包含错误代码和消息
2025-12-19 13:33:49 +08:00
..
api feat(llm): 增强LLM错误处理和调试信息展示 2025-12-19 11:41:06 +08:00
core feat(agent): 增强 RAG 配置和工具集成 2025-12-16 13:57:27 +08:00
db chore: reduce logging verbosity and clean up file formatting 2025-12-12 15:50:48 +08:00
models feat(agent): 增加漏洞文件统计功能并优化agent提示词 2025-12-16 22:08:45 +08:00
schemas chore: reduce logging verbosity and clean up file formatting 2025-12-12 15:50:48 +08:00
services fix(llm): 增强API错误处理以包含原始响应信息 2025-12-19 13:33:49 +08:00
__init__.py refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00
main.py feat: Update deployment configurations, dependency management, and documentation, including a new sandbox build service. 2025-12-15 15:18:55 +08:00