glas-harness/registry/reins/rein-openweights.yaml
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

16 lines
681 B
YAML

id: rein-openweights
title: OpenRouter open-weight agentic loop
description: >
Agentic tool-use harness driving current open-weight models via
OpenRouter (own minimal client, not llm-connect — see
rein-openweights/workplans/REIN-OW-WP-0001-T01), as an alternative to
frontier-vendor CLIs. Chartered by ADR-001.
handler: glas_harness.reins.rein_openweights:ReinOpenWeights
capabilities:
session_style: unattended
model_class: open-weight
credential_source: rein-local
# rein-local per ADR-002 (Option B): rein-openweights acquires its own
# OpenRouter credential (OpenBao, or OPENROUTER_API_KEY env var).
# glas-harness does not broker it.
status: implemented