Agent harness platform and meta framework.
Find a file
tegwick 799c61d20e
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 4s
Consume rein-aharness's per-tool-call audit stream (HARNESS-WP-0002-T03)
ToolResult gains an events field (additive, defaults empty) carrying
per-tool audit records when a rein can observe its own inner loop's
individual tool calls -- populated after dispatch_tool returns, not via
a live callback (the contract has no per-event hook). ReinAharness
gains a stream_tool_events flag: when set, passes --stream-tool-events
and parses the tagged {"stream_event": ...} lines back out of captured
stdout into ToolResult.events.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-26 14:50:14 +02:00
.forgejo/workflows Add Forgejo CI smoke workflow for migration pilot 2026-07-04 00:58:20 +02:00
docs ADR-002: resolve credential brokering for rein-openweights (Option B) 2026-07-26 13:26:00 +02:00
profiles Implement the harness contract and prove it against rein-aharness (GLAS-WP-0001-T02/T03/T04) 2026-07-26 13:02:59 +02:00
registry Add ReinOpenWeights adapter, closing GLAS-WP-0001-T05 2026-07-26 13:42:29 +02:00
src/glas_harness Consume rein-aharness's per-tool-call audit stream (HARNESS-WP-0002-T03) 2026-07-26 14:50:14 +02:00
tests Consume rein-aharness's per-tool-call audit stream (HARNESS-WP-0002-T03) 2026-07-26 14:50:14 +02:00
workplans Close GLAS-WP-0001-T04: live-prove the gateway against rein-aharness too 2026-07-26 13:52:24 +02:00
.custodian-brief.md chore(consistency): sync task status from DB [auto] 2026-07-26 13:52:39 +02:00
.gitignore Implement the harness contract and prove it against rein-aharness (GLAS-WP-0001-T02/T03/T04) 2026-07-26 13:02:59 +02:00
.repo-classification.yaml Initial commit 2026-06-22 19:22:49 +00:00
AGENTS.md Fix ADR-001 workplan reference after HARNESS-WP-0002 rename 2026-07-26 12:33:07 +02:00
INTENT.md Seeded INTENT.md 2026-06-22 21:41:12 +02:00
LICENSE Initial commit 2026-06-22 19:22:49 +00:00
pyproject.toml Implement the harness contract and prove it against rein-aharness (GLAS-WP-0001-T02/T03/T04) 2026-07-26 13:02:59 +02:00
README.md Update README.md 2026-06-22 19:23:45 +00:00
SCOPE.md Fix ADR-001 workplan reference after HARNESS-WP-0002 rename 2026-07-26 12:33:07 +02:00
WORK-RECORDS.md Consume rein-aharness's per-tool-call audit stream (HARNESS-WP-0002-T03) 2026-07-26 14:50:14 +02:00

Agent harness platform and meta framework.