paperclip-runner evalsstatic evidence
Agent searches company tasks
search-company-tasks
The agent searches within the fixture company for relevant tasks.
Prompt
Search company tasks for reusable fixture work and tell me which task is relevant.
Fixture
../fixtures/companies/orientation.jsonAuthority
{
"actorId": "actor-engineer",
"capabilities": [
"discovery:tasks:read"
],
"explicitClaims": [
"discovery:tasks: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:25.581Z |
| claude-sonnet-5 | live-claude-managed-agents-2026-04-01-sonnet-5 | PASS | $0.024545 estimated | 2026-09-06T20:52:25.534Z |
| global.anthropic.claude-sonnet-4-6 | live-aws-agentcore-global-anthropic-claude-sonnet-4-6 | PASS | $0.023454 estimated | 2026-09-06T20:52:26.612Z |
| 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.017164 estimated | 2026-09-06T20:54:30.665Z |
| openrouter/deepseek/deepseek-v4-flash-0731 | live-opencode-1.18.17-openrouter-deepseek-v4-flash-0731 | PASS | $0.000535 estimated | 2026-09-06T20:57:55.843Z |
| openrouter/google/gemini-3.8-flash | live-opencode-1.18.17-openrouter-gemini-3.8-flash | PASS | $0.019868 estimated | 2026-09-06T20:55:25.392Z |
| openrouter/openai/gpt-6-astra | live-opencode-1.18.17-openrouter-gpt-6-astra | PASS | $0.030064 estimated | 2026-09-06T20:56:55.737Z |
| openrouter/qwen/qwen3.8-max-0902 | live-opencode-1.18.17-openrouter-qwen3.8-max-0902 | PASS | $0.009274 estimated | 2026-09-06T20:57:07.903Z |
| openrouter/z-ai/glm-5.3 | live-opencode-1.18.17-openrouter-glm-5.3 | PASS | $0.084409 estimated | 2026-09-06T20:55:37.361Z |
Assertions
search-tasks
semantic_operation
{
"id": "search-tasks",
"kind": "semantic_operation",
"minCalls": 1,
"operationId": "search_tasks",
"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": [
"discovery:tasks:read"
],
"explicitClaims": [
"discovery:tasks:read"
],
"taskId": "task-orientation"
},
"checks": [
{
"id": "search-tasks",
"kind": "semantic_operation",
"minCalls": 1,
"operationId": "search_tasks",
"requireSuccess": true
},
{
"id": "terminal-completed",
"kind": "terminal",
"status": "completed"
},
{
"id": "mock-only",
"kind": "network",
"realPaperclipRequests": 0
}
],
"description": "The agent searches within the fixture company for relevant tasks.",
"fixture": "../fixtures/companies/orientation.json",
"id": "search-company-tasks",
"prompt": "Search company tasks for reusable fixture work and tell me which task is relevant.",
"schema": "paperclip-runner/eval-case/v1",
"title": "Agent searches company tasks"
}