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