paperclip-runner evalsstatic evidence
Agent requests task review
request-task-review
The agent moves its assigned task into review with a durable handoff.
Prompt
Request review for your assigned task with the summary: Please verify the context-orientation evidence.
Fixture
../fixtures/companies/orientation.jsonAuthority
{
"actorId": "actor-engineer",
"capabilities": [],
"explicitClaims": [],
"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.074452 estimated | 2026-09-06T21:22:19.806Z |
| claude-sonnet-5 | live-claude-managed-agents-2026-04-01-sonnet-5 | PASS | $0.032788 estimated | 2026-09-06T21:22:24.844Z |
| global.anthropic.claude-sonnet-4-6 | live-aws-agentcore-global-anthropic-claude-sonnet-4-6 | PASS | $0.037368 estimated | 2026-09-06T21:22:03.645Z |
| gpt-5.4-mini | live-codex-pinned | PASS | $0.001021 estimated | 2026-09-06T21:24:05.580Z |
| 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.033461 estimated | 2026-09-06T21:24:24.030Z |
| openrouter/deepseek/deepseek-v4-flash-0731 | live-opencode-1.18.17-openrouter-deepseek-v4-flash-0731 | PASS | $0.000539 estimated | 2026-09-06T21:28:48.218Z |
| openrouter/google/gemini-3.8-flash | live-opencode-1.18.17-openrouter-gemini-3.8-flash | PASS | $0.018541 estimated | 2026-09-06T21:24:55.843Z |
| openrouter/openai/gpt-6-astra | live-opencode-1.18.17-openrouter-gpt-6-astra | PASS | $0.030544 estimated | 2026-09-06T21:26:11.800Z |
| openrouter/qwen/qwen3.8-max-0902 | live-opencode-1.18.17-openrouter-qwen3.8-max-0902 | FAIL | $0.029524 estimated | 2026-09-06T21:27:22.003Z |
| openrouter/z-ai/glm-5.3 | live-opencode-1.18.17-openrouter-glm-5.3 | PASS | $0.010531 estimated | 2026-09-06T21:25:25.447Z |
Assertions
review
semantic_operation
{
"id": "review",
"kind": "semantic_operation",
"maxCalls": 1,
"minCalls": 1,
"operationId": "request_review",
"requireSuccess": true
}task-in-review
state_record_field
{
"collection": "tasks",
"equals": "in_review",
"field": "status",
"id": "task-in-review",
"kind": "state_record_field",
"recordId": "task-orientation"
}terminal-completed
terminal
{
"id": "terminal-completed",
"kind": "terminal",
"status": "completed"
}transcript-complete
transcript_complete
{
"id": "transcript-complete",
"kind": "transcript_complete"
}mock-only
network
{
"id": "mock-only",
"kind": "network",
"realPaperclipRequests": 0
}Full authored test definition
{
"authority": {
"actorId": "actor-engineer",
"capabilities": [],
"explicitClaims": [],
"taskId": "task-orientation"
},
"checks": [
{
"id": "review",
"kind": "semantic_operation",
"maxCalls": 1,
"minCalls": 1,
"operationId": "request_review",
"requireSuccess": true
},
{
"collection": "tasks",
"equals": "in_review",
"field": "status",
"id": "task-in-review",
"kind": "state_record_field",
"recordId": "task-orientation"
},
{
"id": "terminal-completed",
"kind": "terminal",
"status": "completed"
},
{
"id": "transcript-complete",
"kind": "transcript_complete"
},
{
"id": "mock-only",
"kind": "network",
"realPaperclipRequests": 0
}
],
"description": "The agent moves its assigned task into review with a durable handoff.",
"fixture": "../fixtures/companies/orientation.json",
"id": "request-task-review",
"prompt": "Request review for your assigned task with the summary: Please verify the context-orientation evidence.",
"schema": "paperclip-runner/eval-case/v1",
"title": "Agent requests task review"
}