ENT-EXP-002-TRACE-EXAMPLESynthetic artifact
Synthetic trace example
A synthetic agent trace showing spans across retrieval, policy, tool use, and state mutation.
{
"schema_version": "2026-07",
"artifact_type": "agent_trace_example",
"synthetic": true,
"generated_at": "2026-07-08T10:00:00+10:00",
"project_id": "ENT-RD-AGENT",
"run_id": "run_042",
"spans": [
{
"type": "agent.run",
"name": "triage",
"status": "ok"
},
{
"type": "retrieval.query",
"name": "kb.search",
"status": "ok"
},
{
"type": "policy.check",
"name": "boundary_guard",
"status": "blocked"
},
{
"type": "tool.call",
"name": "crm.lookup",
"status": "ok"
},
{
"type": "state.write",
"name": "case.update",
"status": "ok"
}
]
}