II.
TestableClaim JSON
Structured · liveclaim:langgraph-has-graph-sdk
LangGraph provides graph/state/checkpoint orchestration json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "claim:langgraph-has-graph-sdk",
"_kind": "TestableClaim",
"_file": "domain/testable-claims/product-claims.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "LangGraph provides graph/state/checkpoint orchestration",
"description": "LangGraph (agent:langgraph) description confirms it supplies\ngraph/state/checkpoint orchestration for controllable agents,\nestablishing its architectural pattern.\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:langgraph'];process.exit(r&&String(r.description||'').includes('graph')?0:1)\"",
"category": "graph-integrity",
"priority": "medium"
},
"outgoingEdges": [
{
"from": "claim:langgraph-has-graph-sdk",
"to": "agent:langgraph",
"kind": "asserts_about"
}
],
"incomingEdges": []
}