CodeReview/backend/app/services/agent/agents
lintsinghua 8fe96a83cf feat(agent): 使用用户配置的LLM参数替代硬编码值
重构所有Agent和LLM服务,移除硬编码的temperature和max_tokens参数
添加get_analysis_config函数统一处理分析配置
在LLM测试接口中显示用户保存的配置参数
前端调试面板默认显示LLM测试详细信息
2025-12-19 16:08:26 +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 feat(agent): 使用用户配置的LLM参数替代硬编码值 2025-12-19 16:08:26 +08:00
base.py feat(agent): 使用用户配置的LLM参数替代硬编码值 2025-12-19 16:08:26 +08:00
orchestrator.py feat(agent): 使用用户配置的LLM参数替代硬编码值 2025-12-19 16:08:26 +08:00
recon.py feat(agent): 使用用户配置的LLM参数替代硬编码值 2025-12-19 16:08:26 +08:00
verification.py feat(agent): 使用用户配置的LLM参数替代硬编码值 2025-12-19 16:08:26 +08:00