()
| 155 | } |
| 156 | |
| 157 | function scheduleNext(): void { |
| 158 | if (stopped) return |
| 159 | timeoutId = setTimeout(runSummary, SUMMARY_INTERVAL_MS) |
| 160 | } |
| 161 | |
| 162 | function stop(): void { |
| 163 | logForDebugging(`[AgentSummary] Stopping summarization for ${taskId}`) |
no outgoing calls
no test coverage detected