No-op in CLI mode: the caller prints summaries at top level.
(self, state, **kwargs)
| 245 | """No-op in CLI mode: timeouts surface through empty returns.""" |
| 246 | |
| 247 | def on_batch_done(self, state, **kwargs): |
| 248 | """No-op in CLI mode: the caller prints summaries at top level.""" |
| 249 | |
| 250 | |
| 251 | class EventOutput: |
no outgoing calls