CodeReview/backend/app/services/llm
lintsinghua 2e11f3e1a3 feat(llm): 增强LLM错误处理和调试信息展示
在LLMError异常类中添加api_response字段存储原始错误信息
实现_extract_api_response方法从异常中提取API响应
前端增加调试信息展示面板,显示详细的错误诊断数据
后端测试接口返回完整的调试信息,包括耗时、错误类型等
2025-12-19 11:41:06 +08:00
..
adapters feat(llm): 增强LLM错误处理和调试信息展示 2025-12-19 11:41:06 +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 chore: reduce logging verbosity and clean up file formatting 2025-12-12 15:50:48 +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