MCPcopy
hub / github.com/davebcn87/pi-autoresearch / ASI

Interface ASI

extensions/pi-autoresearch/index.ts:71–73  ·  view source on GitHub ↗

* Actionable Side Information (ASI) — free-form diagnostics per experiment run. * The agent decides what to record. Any key/value pair is valid.

Source from the content-addressed store, hash-verified

69 * The agent decides what to record. Any key/value pair is valid.
70 */
71interface ASI {
72 [key: string]: unknown;
73}
74
75interface ExperimentResult {
76 commit: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected