Live Run
Path:
pi-cybernetic/examples/live-run.tsRelative: examples/live-run.tsSubproject: pi-cyberneticCategory: cybernetic-examplesLines: 92Bytes: 3,596Imports: 5Exports: 0
Content Preview
- /**
- * Live-wire smoke run: real opencode-go model through the full 5-loop harness.
- *
- * set -a && source /home/mikes/.env && set +a && bun examples/live-run.ts
- *
- * (`set -a` matters: /home/mikes/.env has no `export` statements, so a plain
- * `source` leaves OPENCODE_API_KEY invisible to the bun child process — the
- * provider then errors every turn until the Ω turn bound stops the run.)
- *
- * Read-only filesystem tools, tight Ω bounds, compact digest output.
- */
- import { readdirSync } fro