paperclip-runner evalsstatic evidence
Agent inspects workspace runtime
get-workspace-runtime
The agent reads active-task workspace services.
Prompt
Inspect the workspace runtime and tell me the status and URL of runner-lab.
Fixture
../fixtures/companies/orientation.jsonAuthority
{
"actorId": "actor-engineer",
"capabilities": [
"workspace:read"
],
"explicitClaims": [
"workspace:read"
],
"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.031951 estimated | 2026-09-06T21:22:16.645Z |
| claude-sonnet-5 | live-claude-managed-agents-2026-04-01-sonnet-5 | PASS | $0.003512 estimated | 2026-09-06T21:23:17.856Z |
| global.anthropic.claude-sonnet-4-6 | live-aws-agentcore-global-anthropic-claude-sonnet-4-6 | PASS | $0.022590 estimated | 2026-09-06T21:22:13.778Z |
| gpt-5.4-mini | live-codex-pinned | PASS | $0.001060 estimated | 2026-09-06T21:24:04.220Z |
| 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.018927 estimated | 2026-09-06T21:24:37.530Z |
| openrouter/deepseek/deepseek-v4-flash-0731 | live-opencode-1.18.17-openrouter-deepseek-v4-flash-0731 | PASS | $0.000485 estimated | 2026-09-06T21:28:26.315Z |
| openrouter/google/gemini-3.8-flash | live-opencode-1.18.17-openrouter-gemini-3.8-flash | PASS | $0.053436 estimated | 2026-09-06T21:24:55.790Z |
| openrouter/openai/gpt-6-astra | live-opencode-1.18.17-openrouter-gpt-6-astra | PASS | $0.033614 estimated | 2026-09-06T21:26:18.272Z |
| openrouter/qwen/qwen3.8-max-0902 | live-opencode-1.18.17-openrouter-qwen3.8-max-0902 | PASS | $0.012356 estimated | 2026-09-06T21:27:30.221Z |
| openrouter/z-ai/glm-5.3 | live-opencode-1.18.17-openrouter-glm-5.3 | PASS | $0.044111 estimated | 2026-09-06T21:25:32.265Z |
Assertions
workspace-runtime
semantic_operation
{
"id": "workspace-runtime",
"kind": "semantic_operation",
"minCalls": 1,
"operationId": "get_workspace_runtime",
"requireSuccess": true
}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:read"
],
"explicitClaims": [
"workspace:read"
],
"taskId": "task-orientation"
},
"checks": [
{
"id": "workspace-runtime",
"kind": "semantic_operation",
"minCalls": 1,
"operationId": "get_workspace_runtime",
"requireSuccess": true
},
{
"id": "terminal-completed",
"kind": "terminal",
"status": "completed"
},
{
"id": "mock-only",
"kind": "network",
"realPaperclipRequests": 0
}
],
"description": "The agent reads active-task workspace services.",
"fixture": "../fixtures/companies/orientation.json",
"id": "get-workspace-runtime",
"prompt": "Inspect the workspace runtime and tell me the status and URL of runner-lab.",
"schema": "paperclip-runner/eval-case/v1",
"title": "Agent inspects workspace runtime"
}