II.
TestableClaim JSON
Structured · liveclaim:openai-agents-sdk-has-runner
OpenAI Agents SDK exposes a Runner json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "claim:openai-agents-sdk-has-runner",
"_kind": "TestableClaim",
"_file": "domain/testable-claims/product-claims.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "OpenAI Agents SDK exposes a Runner",
"description": "OpenAI Agents SDK (agent:openai-agents-sdk) description confirms\nit exposes a Runner that drives a streaming agent loop over the\nResponses API.\n",
"testStatus": "passing",
"testType": "unit",
"testCommand": "node -e \"const i=JSON.parse(require('fs').readFileSync('packages/atlas/src/index.json','utf8'));const r=i.records['agent:openai-agents-sdk'];process.exit(r&&String(r.description||'').includes('Runner')?0:1)\"",
"category": "graph-integrity",
"priority": "medium"
},
"outgoingEdges": [
{
"from": "claim:openai-agents-sdk-has-runner",
"to": "agent:openai-agents-sdk",
"kind": "asserts_about"
}
],
"incomingEdges": []
}