Record live proof-of-concept run via glas-harness's gateway
Real ext.bwrap sandbox, real OpenRouter call (qwen/qwen-2.5-72b-instruct), real 2-turn tool-calling loop, real verified commit. Credential reused the OPENROUTER_API_KEY already in the environment via credentials.py's env-var short-circuit -- no OpenBao round trip needed this time. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
parent
4ee612140b
commit
4a82650ba5
2 changed files with 28 additions and 11 deletions
|
|
@ -1,14 +1,23 @@
|
|||
---
|
||||
id: REIN-OW-WP-0001
|
||||
title: "Bootstrap: minimal open-weight agentic loop"
|
||||
status: proposed
|
||||
status: active
|
||||
---
|
||||
|
||||
First working milestone for rein-openweights: prove an agentic tool-use
|
||||
loop against a current open-weight model via OpenRouter/llm-connect,
|
||||
comparable in scope to rein-aharness's `green-commit-only` profile, ready
|
||||
to implement the glas-harness rein contract once
|
||||
`glas-harness/GLAS-WP-0001-T01` defines it.
|
||||
loop against a current open-weight model via OpenRouter, comparable in
|
||||
scope to rein-aharness's `green-commit-only` profile, implementing the
|
||||
glas-harness rein contract (`glas-harness/GLAS-WP-0001-T01`).
|
||||
|
||||
**Live-proven end-to-end (2026-07-26):** via glas-harness's gateway
|
||||
(`glas_harness.reins.rein_openweights.ReinOpenWeights`), inside a real
|
||||
`ext.bwrap` sandbox, against the real OpenRouter API with model
|
||||
`qwen/qwen-2.5-72b-instruct` — a 2-turn tool-calling loop produced a
|
||||
real git commit (`2effe57a`), verified via `git rev-parse HEAD`,
|
||||
2449 tokens spent. Not a mock; real credentials, real API cost, run
|
||||
with the user's explicit go-ahead. `executor-sandbox` (the disposable
|
||||
target repo) was left untouched — bwrap only mutates its ephemeral
|
||||
copy.
|
||||
|
||||
## Task: Pick the starter open-weight model + OpenRouter path
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue