MCPcopy Create free account
hub / github.com/MatterAIOrg/OrbCode / ok

Function ok

test-hook-integration.mjs:11–11  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

9
10let passed = 0
11const ok = (n) => { console.log(` ok - ${n}`); passed++ }
12
13// Build an Agent whose model output is scripted. `script` is an array of
14// generator functions, one per model round; each yields stream chunks.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected