feat: refactor agent step limits and enhance workflow orchestration with new findings tool
This commit is contained in:
@@ -134,8 +134,7 @@ fn spawn_single_agent(
|
||||
);
|
||||
}
|
||||
|
||||
let def = AgentDefinition::new(agent_name.to_string(), "coder".to_string())
|
||||
.with_max_steps(50);
|
||||
let def = AgentDefinition::new(agent_name.to_string(), "coder".to_string());
|
||||
let mut ctx = build_subagent_context(&def);
|
||||
ctx.session_dir = session_dir.to_path_buf();
|
||||
ctx.workspaces = workspaces.to_vec();
|
||||
|
||||
Reference in New Issue
Block a user