CodeReview/backend/app/services/agent
lintsinghua 8fe96a83cf feat(agent): 使用用户配置的LLM参数替代硬编码值
重构所有Agent和LLM服务,移除硬编码的temperature和max_tokens参数
添加get_analysis_config函数统一处理分析配置
在LLM测试接口中显示用户保存的配置参数
前端调试面板默认显示LLM测试详细信息
2025-12-19 16:08:26 +08:00
..
agents feat(agent): 使用用户配置的LLM参数替代硬编码值 2025-12-19 16:08:26 +08:00
core feat: 新增安全工具集成和漏洞知识库扩展 2025-12-13 12:35:03 +08:00
graph feat(agent): 使用用户配置的LLM参数替代硬编码值 2025-12-19 16:08:26 +08:00
knowledge feat: 新增安全工具集成和漏洞知识库扩展 2025-12-13 12:35:03 +08:00
prompts feat(agent): 增加漏洞文件统计功能并优化agent提示词 2025-12-16 22:08:45 +08:00
streaming feat(agent): enhance agent functionality with LLM-driven decision-making and event handling 2025-12-11 21:14:32 +08:00
telemetry feat: 新增安全工具集成和漏洞知识库扩展 2025-12-13 12:35:03 +08:00
tools feat(agent): 新增通用代码执行工具和函数提取工具 2025-12-18 15:03:30 +08:00
__init__.py feat: 新增安全工具集成和漏洞知识库扩展 2025-12-13 12:35:03 +08:00
config.py feat: Introduce Kunlun agent tool, add Docker and sandbox environment checks, and update agent services and frontend dialogs. 2025-12-15 02:00:34 +08:00
event_manager.py feat(agent): 扩展事件管理器的调试日志范围并增强工具调用循环检测 2025-12-18 01:53:05 +08:00
json_parser.py feat(agent): 新增多语言代码测试和漏洞验证工具并增强错误处理 2025-12-14 17:20:54 +08:00