paperclip-runner evalsstatic evidence
Agent controls a workspace service
control-workspace-service
The agent stops one active-task workspace service exactly once.
Prompt
Call control_workspace_service with serviceId service-runner-lab and action stop.
Fixture
../fixtures/companies/orientation.jsonAuthority
{
"actorId": "actor-engineer",
"capabilities": [
"workspace:control"
],
"explicitClaims": [
"workspace:control"
],
"taskId": "task-orientation"
}Current results
| Model | Configuration | Result | Estimated cost | Run time |
|---|---|---|---|---|
| claude-sonnet-5 | live-acpx-0.13.1-claude-acp-0.70.0-sonnet-5 | PASS | $0.037887 estimated | 2026-09-06T21:21:43.878Z |
| claude-sonnet-5 | live-claude-managed-agents-2026-04-01-sonnet-5 | PASS | $0.024077 estimated | 2026-09-06T21:23:09.184Z |
| global.anthropic.claude-sonnet-4-6 | live-aws-agentcore-global-anthropic-claude-sonnet-4-6 | PASS | $0.024972 estimated | 2026-09-06T21:22:36.986Z |
| gpt-5.4-mini | live-codex-pinned | PASS | $0.001236 estimated | 2026-09-06T21:24:05.824Z |
| gpt-5.6-sol | live-acpx-0.13.1-codex-acp-1.6.2-control | Not run | — | — |
| openrouter/anthropic/claude-sonnet-5 | live-opencode-1.18.17-openrouter-claude-sonnet-5 | PASS | $0.024919 estimated | 2026-09-06T21:24:25.748Z |
| openrouter/deepseek/deepseek-v4-flash-0731 | live-opencode-1.18.17-openrouter-deepseek-v4-flash-0731 | PASS | $0.000722 estimated | 2026-09-06T21:28:53.868Z |
| openrouter/google/gemini-3.8-flash | live-opencode-1.18.17-openrouter-gemini-3.8-flash | PASS | $0.020325 estimated | 2026-09-06T21:25:23.263Z |
| openrouter/openai/gpt-6-astra | live-opencode-1.18.17-openrouter-gpt-6-astra | PASS | $0.022526 estimated | 2026-09-06T21:26:18.363Z |
| openrouter/qwen/qwen3.8-max-0902 | live-opencode-1.18.17-openrouter-qwen3.8-max-0902 | PASS | $0.015180 estimated | 2026-09-06T21:27:22.362Z |
| openrouter/z-ai/glm-5.3 | live-opencode-1.18.17-openrouter-glm-5.3 | PASS | $0.010921 estimated | 2026-09-06T21:25:31.965Z |
Assertions
control-service
semantic_operation
{
"id": "control-service",
"kind": "semantic_operation",
"maxCalls": 1,
"minCalls": 1,
"operationId": "control_workspace_service",
"requireSuccess": true
}service-stopped
state_match
{
"collection": "workspaceServices",
"id": "service-stopped",
"kind": "state_match",
"recordId": "service-runner-lab",
"where": {
"status": "stopped"
}
}terminal-completed
terminal
{
"id": "terminal-completed",
"kind": "terminal",
"status": "completed"
}mock-only
network
{
"id": "mock-only",
"kind": "network",
"realPaperclipRequests": 0
}Full authored test definition
{
"authority": {
"actorId": "actor-engineer",
"capabilities": [
"workspace:control"
],
"explicitClaims": [
"workspace:control"
],
"taskId": "task-orientation"
},
"checks": [
{
"id": "control-service",
"kind": "semantic_operation",
"maxCalls": 1,
"minCalls": 1,
"operationId": "control_workspace_service",
"requireSuccess": true
},
{
"collection": "workspaceServices",
"id": "service-stopped",
"kind": "state_match",
"recordId": "service-runner-lab",
"where": {
"status": "stopped"
}
},
{
"id": "terminal-completed",
"kind": "terminal",
"status": "completed"
},
{
"id": "mock-only",
"kind": "network",
"realPaperclipRequests": 0
}
],
"description": "The agent stops one active-task workspace service exactly once.",
"fixture": "../fixtures/companies/orientation.json",
"id": "control-workspace-service",
"prompt": "Call control_workspace_service with serviceId service-runner-lab and action stop.",
"schema": "paperclip-runner/eval-case/v1",
"title": "Agent controls a workspace service"
}