Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/config/agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Define agent-LLM mapping
AGENT_LLM_MAP: dict[str, LLMType] = {
"coordinator": "basic", # 协调默认使用basic llm
"planner": "reasoning", # 计划默认使用basic llm
"planner": "reasoning", # 计划默认使用reasoning llm
"supervisor": "basic", # 决策使用basic llm
"researcher": "basic", # 简单搜索任务使用basic llm
"coder": "basic", # 编程任务使用basic llm
Expand Down