Agent harness platform and meta framework.
Find a file
tegwick 2925538b93
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
Wire the gateway's own State Hub reporting (GLAS-WP-0002-T03)
hub.py mirrors the two reins' hub.py under author: agt-glas-harness.
run_task_through_rein gains report_to_hub (default True), posting one
gateway_run progress event from a finally block -- fires on both
success and failure, giving the gateway an audit trail independent of
whatever the rein itself reports. cli.py gained a matching --no-hub
flag.

Live-verified: ran a real task through ReinOpenWeights with hub
reporting enabled, confirmed the gateway_run event landed with correct
detail and a real commit sha. 4 new tests, 23/23 passing.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-26 20:20:17 +02:00
.forgejo/workflows Add Forgejo CI smoke workflow for migration pilot 2026-07-04 00:58:20 +02:00
docs ADR-003: scheduling and blueprint-sourcing stay rein-local 2026-07-26 14:51:42 +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 Wire the gateway's own State Hub reporting (GLAS-WP-0002-T03) 2026-07-26 20:20:17 +02:00
tests Wire the gateway's own State Hub reporting (GLAS-WP-0002-T03) 2026-07-26 20:20:17 +02:00
workplans Wire the gateway's own State Hub reporting (GLAS-WP-0002-T03) 2026-07-26 20:20:17 +02:00
.custodian-brief.md chore(consistency): sync task status from DB [auto] 2026-07-26 20:13:38 +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 Close out statehub-register bootstrap housekeeping (GLAS-0001) 2026-07-26 19:45:47 +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 Close out statehub-register bootstrap housekeeping (GLAS-0001) 2026-07-26 19:45:47 +02:00
WORK-RECORDS.md Wire the gateway's own State Hub reporting (GLAS-WP-0002-T03) 2026-07-26 20:20:17 +02:00

Agent harness platform and meta framework.