* Actionable Side Information (ASI) — free-form diagnostics per experiment run. * The agent decides what to record. Any key/value pair is valid.
| 69 | * The agent decides what to record. Any key/value pair is valid. |
| 70 | */ |
| 71 | interface ASI { |
| 72 | [key: string]: unknown; |
| 73 | } |
| 74 | |
| 75 | interface ExperimentResult { |
| 76 | commit: string; |
nothing calls this directly
no outgoing calls
no test coverage detected