feat: add versioned execution profiles
This commit is contained in:
parent
641e85f5a8
commit
1cd890d871
34 changed files with 2087 additions and 471 deletions
|
|
@ -1,10 +1,26 @@
|
|||
id: harness.agent-dev-local
|
||||
version: "1.0.0"
|
||||
rein: rein-aharness
|
||||
contract_version: "1.0"
|
||||
status: enabled
|
||||
rein:
|
||||
id: rein-aharness
|
||||
required_capabilities:
|
||||
session_style: unattended
|
||||
model_class: frontier
|
||||
sandbox_profile: profile.bwrap-local
|
||||
tool_profile: green-commit-only
|
||||
model:
|
||||
provider: anthropic
|
||||
model: claude-sonnet-4-6
|
||||
model_class: frontier
|
||||
route: claude-code-cli
|
||||
limits:
|
||||
budget_tokens: 60000
|
||||
timeout_seconds: 900
|
||||
credential_route_refs: []
|
||||
metadata:
|
||||
latency_class: fast
|
||||
stream_tool_events: true
|
||||
# Pairs with sand-boxer's profile.bwrap-local (ext.bwrap, same-host,
|
||||
# no SSH hop) — for CI/local dev where the compose-ssh remote-host
|
||||
# round trip is unnecessary overhead.
|
||||
|
|
|
|||
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
|
||||
|
|
@ -1,10 +1,26 @@
|
|||
id: harness.agent-dev
|
||||
version: "1.0.0"
|
||||
rein: rein-aharness
|
||||
contract_version: "1.0"
|
||||
status: enabled
|
||||
rein:
|
||||
id: rein-aharness
|
||||
required_capabilities:
|
||||
session_style: unattended
|
||||
model_class: frontier
|
||||
sandbox_profile: profile.agent-dev
|
||||
tool_profile: green-commit-only
|
||||
model:
|
||||
provider: anthropic
|
||||
model: claude-sonnet-4-6
|
||||
model_class: frontier
|
||||
route: claude-code-cli
|
||||
limits:
|
||||
budget_tokens: 60000
|
||||
timeout_seconds: 900
|
||||
credential_route_refs: []
|
||||
metadata:
|
||||
latency_class: standard
|
||||
stream_tool_events: true
|
||||
# Pairs with sand-boxer's profile.agent-dev (ext.compose-ssh, remote
|
||||
# host over SSH). Use harness.agent-dev-local for fast local iteration
|
||||
# without the SSH hop.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue