feat: add versioned execution profiles
This commit is contained in:
parent
641e85f5a8
commit
1cd890d871
34 changed files with 2087 additions and 471 deletions
25
profiles/harness.agent-dev-openweights-local.yaml
Normal file
25
profiles/harness.agent-dev-openweights-local.yaml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
id: harness.agent-dev-openweights-local
|
||||
version: "1.0.0"
|
||||
contract_version: "1.0"
|
||||
status: enabled
|
||||
rein:
|
||||
id: rein-openweights
|
||||
required_capabilities:
|
||||
session_style: unattended
|
||||
model_class: open-weight
|
||||
sandbox_profile: profile.bwrap-local
|
||||
tool_profile: green-commit-only
|
||||
model:
|
||||
provider: openrouter
|
||||
model: qwen/qwen-2.5-72b-instruct
|
||||
model_class: open-weight
|
||||
route: rein-openweights-openrouter
|
||||
limits:
|
||||
budget_tokens: 60000
|
||||
timeout_seconds: 900
|
||||
max_turns: 20
|
||||
credential_route_refs:
|
||||
- openrouter-api-key
|
||||
metadata:
|
||||
latency_class: variable
|
||||
live_proof_model: qwen/qwen-2.5-72b-instruct
|
||||
Loading…
Add table
Add a link
Reference in a new issue