Agent harness platform and meta framework.
Find a file
tegwick 266f99a2fe
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s
Add ReinOpenWeights adapter, closing GLAS-WP-0001-T05
glas_harness/reins/rein_openweights.py implements the Rein ABC by
shelling out to `rein-openweights run --task-file ... --no-hub
[--model ...]`, mirroring reins/rein_aharness.py exactly. Factored the
duplicated git_head/write_task_file logic into reins/_shared.py, used
by both adapters now. registry/reins/rein-openweights.yaml flipped to
status: implemented. 8 new tests (mocked subprocess), 18/18 passing.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-26 13:42:29 +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 Add ReinOpenWeights adapter, closing GLAS-WP-0001-T05 2026-07-26 13:42:29 +02:00
tests Add ReinOpenWeights adapter, closing GLAS-WP-0001-T05 2026-07-26 13:42:29 +02:00
workplans Add ReinOpenWeights adapter, closing GLAS-WP-0001-T05 2026-07-26 13:42:29 +02:00
.custodian-brief.md chore(consistency): sync task status from DB [auto] 2026-07-26 13:37:51 +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 Add ReinOpenWeights adapter, closing GLAS-WP-0001-T05 2026-07-26 13:42:29 +02:00

Agent harness platform and meta framework.