MCPcopy Create free account
hub / github.com/AI45Lab/Code / default_max_steps

Method default_max_steps

core/src/subagent.rs:222–231  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

220 }
221
222 fn default_max_steps(self) -> usize {
223 match self {
224 Self::ReadOnly => 20,
225 Self::Planner => 30,
226 Self::Implementer => 50,
227 Self::Verifier => 30,
228 Self::Reviewer => 25,
229 Self::Custom => 30,
230 }
231 }
232}
233
234impl std::fmt::Display for WorkerAgentKind {

Callers 1

into_agent_definitionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected