CodeReview/backend/app/services/agent/agents
lintsinghua 39e2f43210 feat(agent): 增强API错误处理机制
添加对API错误的分类处理,包括速率限制、配额用尽、认证和连接错误
在base.py中标记API错误前缀,orchestrator.py中实现重试逻辑
litellm_adapter.py中完善错误类型识别和用户友好提示
2025-12-25 17:35:31 +08:00
..
__init__.py feat: Introduce structured agent collaboration with `TaskHandoff` and `analysis_v2` agent, updating core agent logic, tools, and audit UI. 2025-12-11 23:29:04 +08:00
analysis.py docs(agent): 添加防止幻觉的验证指南和使用警告 2025-12-19 19:14:23 +08:00
base.py feat(agent): 增强API错误处理机制 2025-12-25 17:35:31 +08:00
orchestrator.py feat(agent): 增强API错误处理机制 2025-12-25 17:35:31 +08:00
recon.py docs(agent): 添加防止幻觉的验证指南和使用警告 2025-12-19 19:14:23 +08:00
verification.py docs(agent): 添加防止幻觉的验证指南和使用警告 2025-12-19 19:14:23 +08:00