MCPcopy
hub / github.com/docker/docker-agent / cycleThinkingRuntime

Struct cycleThinkingRuntime

pkg/leantui/update_test.go:19–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17)
18
19type cycleThinkingRuntime struct {
20 supports bool
21 level effort.Level
22 err error
23 cycleCalls int
24 setCalls int
25 setLevel effort.Level
26}
27
28func (r *cycleThinkingRuntime) CurrentAgentInfo(context.Context) runtime.CurrentAgentInfo {
29 return runtime.CurrentAgentInfo{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected