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 | INFRA | unknown | 2026-09-06T20:52:29.499Z |
| claude-sonnet-5 | live-claude-managed-agents-2026-04-01-sonnet-5 | PASS | $0.010142 estimated | 2026-09-06T20:53:53.162Z |
| global.anthropic.claude-sonnet-4-6 | live-aws-agentcore-global-anthropic-claude-sonnet-4-6 | PASS | $0.035250 estimated | 2026-09-06T20:52:28.592Z |
| gpt-5.4-mini | live-codex-pinned | INFRA | unknown | unknown |
| 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.010149 estimated | 2026-09-06T20:55:23.296Z |
| openrouter/deepseek/deepseek-v4-flash-0731 | live-opencode-1.18.17-openrouter-deepseek-v4-flash-0731 | PASS | $0.000424 estimated | 2026-09-06T20:58:29.750Z |
| openrouter/google/gemini-3.8-flash | live-opencode-1.18.17-openrouter-gemini-3.8-flash | PASS | $0.017101 estimated | 2026-09-06T20:55:37.721Z |
| openrouter/openai/gpt-6-astra | live-opencode-1.18.17-openrouter-gpt-6-astra | PASS | $0.038872 estimated | 2026-09-06T20:57:02.007Z |
| openrouter/qwen/qwen3.8-max-0902 | live-opencode-1.18.17-openrouter-qwen3.8-max-0902 | PASS | $0.006798 estimated | 2026-09-06T20:57:12.833Z |
| openrouter/z-ai/glm-5.3 | live-opencode-1.18.17-openrouter-glm-5.3 | PASS | $0.011581 estimated | 2026-09-06T20:55:42.993Z |
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"
}