paperclip-runner evalsstatic evidence
Agent reads one company agent
get-company-agent
The agent retrieves the redacted profile of a known actor.
Prompt
Get the company agent profile for actor-manager and summarize who they are.
Fixture
../fixtures/companies/orientation.jsonAuthority
{
"actorId": "actor-engineer",
"capabilities": [
"discovery:agents:read"
],
"explicitClaims": [
"discovery:agents: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.033662 estimated | 2026-09-06T21:22:19.541Z |
| claude-sonnet-5 | live-claude-managed-agents-2026-04-01-sonnet-5 | PASS | $0.004794 estimated | 2026-09-06T21:22:11.870Z |
| global.anthropic.claude-sonnet-4-6 | live-aws-agentcore-global-anthropic-claude-sonnet-4-6 | PASS | $0.023715 estimated | 2026-09-06T21:22:22.417Z |
| gpt-5.4-mini | live-codex-pinned | PASS | $0.001195 estimated | 2026-09-06T21:24:05.254Z |
| 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.016485 estimated | 2026-09-06T21:24:04.031Z |
| openrouter/deepseek/deepseek-v4-flash-0731 | live-opencode-1.18.17-openrouter-deepseek-v4-flash-0731 | PASS | $0.000690 estimated | 2026-09-06T21:28:18.756Z |
| openrouter/google/gemini-3.8-flash | live-opencode-1.18.17-openrouter-gemini-3.8-flash | PASS | $0.022543 estimated | 2026-09-06T21:24:36.590Z |
| openrouter/openai/gpt-6-astra | live-opencode-1.18.17-openrouter-gpt-6-astra | PASS | $0.024827 estimated | 2026-09-06T21:26:06.005Z |
| openrouter/qwen/qwen3.8-max-0902 | live-opencode-1.18.17-openrouter-qwen3.8-max-0902 | PASS | $0.027270 estimated | 2026-09-06T21:27:18.534Z |
| openrouter/z-ai/glm-5.3 | live-opencode-1.18.17-openrouter-glm-5.3 | PASS | $0.006636 estimated | 2026-09-06T21:25:23.805Z |
Assertions
get-agent
semantic_operation
{
"id": "get-agent",
"kind": "semantic_operation",
"minCalls": 1,
"operationId": "get_agent",
"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:agents:read"
],
"explicitClaims": [
"discovery:agents:read"
],
"taskId": "task-orientation"
},
"checks": [
{
"id": "get-agent",
"kind": "semantic_operation",
"minCalls": 1,
"operationId": "get_agent",
"requireSuccess": true
},
{
"id": "terminal-completed",
"kind": "terminal",
"status": "completed"
},
{
"id": "mock-only",
"kind": "network",
"realPaperclipRequests": 0
}
],
"description": "The agent retrieves the redacted profile of a known actor.",
"fixture": "../fixtures/companies/orientation.json",
"id": "get-company-agent",
"prompt": "Get the company agent profile for actor-manager and summarize who they are.",
"schema": "paperclip-runner/eval-case/v1",
"title": "Agent reads one company agent"
}