CodeReview/backend/app/services/llm
lintsinghua a85cdb687d refactor(agent): 重构Agent架构并实现动态Agent树
feat(sandbox): 增强沙箱工具的错误处理和日志记录
test(verification): 添加沙箱验证工具的独立测试脚本
docs: 删除过时的文档和测试文件
2025-12-14 14:52:06 +08:00
..
adapters feat(agent): 增强漏洞发现处理流程和前端兼容性 2025-12-13 18:45:05 +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 chore: reduce logging verbosity and clean up file formatting 2025-12-12 15:50:48 +08:00