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
|
||||
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