CodeReview/backend/app/services/llm
lintsinghua 9fe15f0d0b fix(llm): 增强API错误处理以包含原始响应信息
改进所有LLM适配器的错误处理逻辑,现在会捕获并传递API原始响应信息
添加对账户余额不足等特定错误类型的识别和处理
统一各适配器的错误响应格式,包含错误代码和消息
2025-12-19 13:33:49 +08:00
..
adapters fix(llm): 增强API错误处理以包含原始响应信息 2025-12-19 13:33:49 +08:00
__init__.py feat(agent): implement comprehensive agent architecture with knowledge base and persistence layer 2025-12-12 15:27:12 +08:00
base_adapter.py fix(llm): 增强API错误处理以包含原始响应信息 2025-12-19 13:33:49 +08:00
factory.py feat(llm): enhance LLM connection testing with improved error handling and adapter instantiation 2025-11-28 16:53:01 +08:00
memory_compressor.py feat(agent): implement comprehensive agent architecture with knowledge base and persistence layer 2025-12-12 15:27:12 +08:00
prompt_cache.py feat(agent): implement comprehensive agent architecture with knowledge base and persistence layer 2025-12-12 15:27:12 +08:00
service.py refactor(agent): 重构Agent架构并实现动态Agent树 2025-12-14 14:52:06 +08:00
types.py feat(llm): 增强LLM错误处理和调试信息展示 2025-12-19 11:41:06 +08:00