{
"id": "lead_enrichment-758d51b8-7bc0-40a4-b851-c692dff14910",
"kind": "workflow",
"name": "lead_enrichment",
"startedAt": 1769527009211,
"endedAt": 1769527009265,
"input": { "companyDomain": "acme.com" },
"output": {
"output": { "company": "Acme Corp", "summary": "Acme Corp is a B2B SaaS company..." },
"trace": {
"destinations": {
"local": "/path/to/logs/runs/lead_enrichment/2026-01-27_lead_enrichment-758d51b8-....json",
"remote": null
}
}
},
"children": [
{
"id": "1",
"kind": "step",
"name": "lead_enrichment#lookupCompany",
"startedAt": 1769527009222,
"endedAt": 1769527009223,
"input": "acme.com",
"output": { "name": "Acme Corp", "industry": "SaaS", "size": 250 },
"children": []
},
{
"id": "2",
"kind": "step",
"name": "lead_enrichment#generateSummary",
"input": { "name": "Acme Corp", "industry": "SaaS", "size": 250 },
"output": "Acme Corp is a B2B SaaS company...",
"children": [{ "kind": "llm", "..." : "..." }]
},
{
"id": "3",
"kind": "evaluator",
"name": "lead_enrichment#judgeSummaryQuality",
"input": { "summary": "Acme Corp is a B2B SaaS company...", "companyName": "Acme Corp" },
"output": { "value": true, "confidence": 0.92, "reasoning": "Meets all criteria" },
"children": [{ "kind": "llm", "..." : "..." }]
}
]
}