Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/docker/docker-agent
/ MaxIterations
Method
MaxIterations
pkg/agent/agent.go:119–121 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
117
}
118
119
func
(a *Agent) MaxIterations() int {
120
return
a.maxIterations
121
}
122
123
func
(a *Agent) MaxConsecutiveToolCalls() int {
124
return
a.maxConsecutiveToolCalls
Callers
7
runDockerAgent
Function · 0.80
CreateToolHandler
Function · 0.80
runtimeForSession
Method · 0.80
newSubSession
Function · 0.80
AgentConfigInfo
Method · 0.80
NewSession
Method · 0.80
buildSessionOpts
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected