agentic-workspace live run โ 2026-08-26
Model: meta/llama-3.2-3b
Driver: in-process ยท Context length: 16384
| Scenario | Result | Checks | Tool calls | Rounds | Invalid | Envelope | Wall (s) | Tokens (prompt/predicted) |
|---|
| S1 | โ | 2/6 | 11 | 14 | 2 | 0 | 2.8 | 78578/571 |
| S3 | โ | 6/11 | 0 | 1 | 1 | 0 | 1.9 | โ |
| S5 | โ | 0/3 | 0 | 1 | 1 | 0 | 1.3 | โ |
| S9 | โ | 7/11 | 0 | 1 | 1 | 0 | 5.0 | โ |
Failures
- S1 โ inspect โ read โ edit โ verify
- bug fixed in src/math.js โ module.exports = { add: (a, b) => a + b + 1 }; |
- node --test passes โ 0) | at Test.runInAsyncScope (node:async_hooks:214:14) | at Test.run (node:internal/test_runner/test:1106:25) | at Test.start (node:internal/test_runner/test:1003:17) | at startSubtestAfterBootstrap (node:internal/test_runner/harness:358:17) { | generatedMessage: true, | code: 'ERR_ASSERTION', | actual: 5, | expected: 4, | operator: 'strictEqual', | diff: 'simple' | } |
- at least one applied transaction โ 11 recorded calls
- ran node --test through workspace_command โ 3 run envelopes
- S3 โ plan mode: propose, /accept, execute (Error: Engine protocol predict stream returned an error:)
- no mutation before approval โ src/math.js was ""
- plan proposed in phase 1 โ 0 plan.propose envelopes before /accept
- exactly one plan approved โ no plan records
- bug fixed in src/math.js โ module.exports = { add: (a, b) => a + b + 1 }; |
- node --test passes โ 0) | at Test.runInAsyncScope (node:async_hooks:214:14) | at Test.run (node:internal/test_runner/test:1106:25) | at Test.start (node:internal/test_runner/test:1003:17) | at startSubtestAfterBootstrap (node:internal/test_runner/harness:358:17) { | generatedMessage: true, | code: 'ERR_ASSERTION', | actual: 5, | expected: 4, | operator: 'strictEqual', | diff: 'simple' | } |
- S5 โ foreground command, background job, cancel (Error: Engine protocol predict stream returned an error:)
- foreground run reported an exit code โ 0 run envelopes
- background job started โ no job id
- job was canceled โ 0 cancel envelopes; final status ""
- S9 โ full project from an empty directory (Error: Engine protocol predict stream returned an error:)
- package.json parses with scripts.test running node --test โ no package.json
- at least one file under src/ โ src/ is empty or missing
- at least one test file under tests/ โ tests/ has no .js file
- node --test exits 0 with at least three ok lines โ exit 0, 0 ok lines | TAP version 13 | 1..0 | # tests 0 | # suites 0 | # pass 0 | # fail 0 | # cancelled 0 | # skipped 0 | # todo 0 | # duration_ms 5.3067 |
Pass = every check ok. Checks assert filesystem, git and .agentic state, never model prose. Results are comparable only within one model.