MCPcopy Create free account
hub / github.com/aetherstate/GODMOD3.AI / CollectionConfig

Interface CollectionConfig

api/lib/consortium.ts:76–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74// ── Collection Config ───────────────────────────────────────────────
75
76interface CollectionConfig {
77 /** Wait for at least this many successful responses (default: 3) */
78 minResponses?: number
79 /** Max time to wait for collection (default: 60000ms — longer than ULTRAPLINIAN) */
80 hardTimeout?: number
81 /** Called as each model finishes */
82 onModelResult?: (result: ModelResult, collected: number, total: number) => void
83}
84
85// ── Orchestrator System Prompt ──────────────────────────────────────
86

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected