← ALL EXAMPLES

Route to the right researcher

Jev sends organizations to company research and people to officer research. Inspect the actual calls behind the homepage. These fixtures show actual control flow, not live model quality.

Recorded interpreter run · scripted model responses
OUTCOME / COMPLETE
{
  "summary": "Illustrative business review: no_recorded_concern. This records findings for human review; it does not approve the business.",
  "findings": [
    {
      "label": "K1",
      "detail": "Illustrative registry extract supplies the parent company identity and ownership fields.",
      "sourceIds": [
        "K1"
      ]
    },
    {
      "label": "K4",
      "detail": "Illustrative registry extract confirms the subsidiary identity and its relationship to the subject.",
      "sourceIds": [
        "K4"
      ]
    },
    {
      "label": "K2",
      "detail": "Illustrative filing names a director but omits the identifier needed to distinguish namesakes.",
      "sourceIds": [
        "K2"
      ]
    },
    {
      "label": "K3",
      "detail": "Illustrative follow-up filing supplies the director identifier and role.",
      "sourceIds": [
        "K3"
      ]
    },
    {
      "label": "K5",
      "detail": "Illustrative officer record supplies the subsidiary officer identifier and role.",
      "sourceIds": [
        "K5"
      ]
    },
    {
      "label": "K6",
      "detail": "Illustrative ownership statement names a controlling person but lacks identifying corroboration.",
      "sourceIds": [
        "K6"
      ]
    },
    {
      "label": "K7",
      "detail": "Illustrative corroborating filing supplies the controlling person identifier and ownership relationship.",
      "sourceIds": [
        "K7"
      ]
    }
  ],
  "uncertainties": []
}

discover-entities

INPUT
{
  "subject": "Example Components — fictional business",
  "sources": [
    {
      "id": "K0",
      "phase": "discovery",
      "text": "Fictional ownership filing links the subject to a parent, a subsidiary, two officers and a controlling person, with each relationship retained.",
      "entities": [
        {
          "id": "org-1",
          "name": "Example Holdings",
          "recordType": "organization",
          "sourceId": "K0",
          "role": "parent company",
          "relatedTo": "subject"
        },
        {
          "id": "org-2",
          "name": "Example Logistics",
          "recordType": "organization",
          "sourceId": "K0",
          "role": "subsidiary",
          "relatedTo": "subject"
        },
        {
          "id": "person-1",
          "name": "Alex Example",
          "recordType": "natural_person",
          "sourceId": "K0",
          "role": "director",
          "relatedTo": "subject"
        },
        {
          "id": "person-2",
          "name": "Blair Example",
          "recordType": "natural_person",
          "sourceId": "K0",
          "role": "subsidiary officer",
          "relatedTo": "org-2"
        },
        {
          "id": "person-3",
          "name": "Casey Example",
          "recordType": "natural_person",
          "sourceId": "K0",
          "role": "controlling person",
          "relatedTo": "org-1"
        }
      ]
    },
    {
      "id": "K1",
      "phase": "initial",
      "entityId": "org-1",
      "complete": true,
      "concern": false,
      "text": "Illustrative registry extract supplies the parent company identity and ownership fields."
    },
    {
      "id": "K2",
      "phase": "initial",
      "entityId": "person-1",
      "complete": false,
      "concern": false,
      "text": "Illustrative filing names a director but omits the identifier needed to distinguish namesakes."
    },
    {
      "id": "K3",
      "phase": "followup",
      "entityId": "person-1",
      "complete": true,
      "concern": false,
      "text": "Illustrative follow-up filing supplies the director identifier and role."
    },
    {
      "id": "K4",
      "phase": "initial",
      "entityId": "org-2",
      "complete": true,
      "concern": false,
      "text": "Illustrative registry extract confirms the subsidiary identity and its relationship to the subject."
    },
    {
      "id": "K5",
      "phase": "initial",
      "entityId": "person-2",
      "complete": true,
      "concern": false,
      "text": "Illustrative officer record supplies the subsidiary officer identifier and role."
    },
    {
      "id": "K6",
      "phase": "initial",
      "entityId": "person-3",
      "complete": false,
      "concern": false,
      "text": "Illustrative ownership statement names a controlling person but lacks identifying corroboration."
    },
    {
      "id": "K7",
      "phase": "followup",
      "entityId": "person-3",
      "complete": true,
      "concern": false,
      "text": "Illustrative corroborating filing supplies the controlling person identifier and ownership relationship."
    }
  ]
}
OUTPUT
{
  "entities": [
    {
      "id": "org-1",
      "name": "Example Holdings",
      "recordType": "organization",
      "sourceId": "K0",
      "role": "parent company",
      "relatedTo": "subject"
    },
    {
      "id": "org-2",
      "name": "Example Logistics",
      "recordType": "organization",
      "sourceId": "K0",
      "role": "subsidiary",
      "relatedTo": "subject"
    },
    {
      "id": "person-1",
      "name": "Alex Example",
      "recordType": "natural_person",
      "sourceId": "K0",
      "role": "director",
      "relatedTo": "subject"
    },
    {
      "id": "person-2",
      "name": "Blair Example",
      "recordType": "natural_person",
      "sourceId": "K0",
      "role": "subsidiary officer",
      "relatedTo": "org-2"
    },
    {
      "id": "person-3",
      "name": "Casey Example",
      "recordType": "natural_person",
      "sourceId": "K0",
      "role": "controlling person",
      "relatedTo": "org-1"
    }
  ]
}
View execution events (57)
[
  {
    "type": "node.start",
    "label": "discover-entities",
    "detail": {
      "kind": "agent"
    },
    "executionPath": "/root/steps/0"
  },
  {
    "type": "node.end",
    "label": "discover-entities",
    "detail": {
      "kind": "agent",
      "status": "ok"
    },
    "executionPath": "/root/steps/0"
  },
  {
    "type": "node.start",
    "label": "classify-entity",
    "detail": {
      "kind": "judge"
    },
    "executionPath": "/root/steps/1/items/0/body/steps/0"
  },
  {
    "type": "node.start",
    "label": "classify-entity",
    "detail": {
      "kind": "judge"
    },
    "executionPath": "/root/steps/1/items/1/body/steps/0"
  },
  {
    "type": "judge.answered",
    "label": "classify-entity",
    "detail": {
      "kind": "judge",
      "as": "entityKind",
      "value": {
        "kind": "company"
      },
      "sidecar": {
        "answers": {
          "kind": {
            "type": "choice",
            "choice": "company",
            "confidence": 1,
            "probabilities": {
              "company": 1,
              "person": 0,
              "unknown": 0
            }
          }
        },
        "confidence": {
          "kind": 1
        },
        "weakest": "kind",
        "min_confidence": 1
      },
      "model": null,
      "cost_usd": null
    },
    "executionPath": "/root/steps/1/items/0/body/steps/0"
  },
  {
    "type": "judge.answered",
    "label": "classify-entity",
    "detail": {
      "kind": "judge",
      "as": "entityKind",
      "value": {
        "kind": "company"
      },
      "sidecar": {
        "answers": {
          "kind": {
            "type": "choice",
            "choice": "company",
            "confidence": 1,
            "probabilities": {
              "company": 1,
              "person": 0,
              "unknown": 0
            }
          }
        },
        "confidence": {
          "kind": 1
        },
        "weakest": "kind",
        "min_confidence": 1
      },
      "model": null,
      "cost_usd": null
    },
    "executionPath": "/root/steps/1/items/1/body/steps/0"
  },
  {
    "type": "node.end",
    "label": "classify-entity",
    "detail": {
      "kind": "judge",
      "status": "ok"
    },
    "executionPath": "/root/steps/1/items/0/body/steps/0"
  },
  {
    "type": "node.end",
    "label": "classify-entity",
    "detail": {
      "kind": "judge",
      "status": "ok"
    },
    "executionPath": "/root/steps/1/items/1/body/steps/0"
  },
  {
    "type": "route.chosen",
    "label": "route-specialist",
    "detail": {
      "kind": "route",
      "as": "specialistRoute",
      "value": {
        "branch": "company",
        "taken": "company",
        "unsure": false
      },
      "sidecar": {
        "answers": {
          "branch": {
            "type": "choice",
            "choice": "company",
            "confidence": 1,
            "probabilities": {
              "company": 1,
              "person": 0,
              "unknown": 0
            }
          }
        },
        "confidence": {
          "branch": 1
        },
        "weakest": "branch",
        "min_confidence": 1
      },
      "model": null,
      "cost_usd": null
    },
    "executionPath": "/root/steps/1/items/0/body/steps/1"
  },
  {
    "type": "node.start",
    "label": "company-research",
    "detail": {
      "kind": "agent"
    },
    "executionPath": "/root/steps/1/items/0/body/steps/1/branches/company/body"
  },
  {
    "type": "route.chosen",
    "label": "route-specialist",
    "detail": {
      "kind": "route",
      "as": "specialistRoute",
      "value": {
        "branch": "company",
        "taken": "company",
        "unsure": false
      },
      "sidecar": {
        "answers": {
          "branch": {
            "type": "choice",
            "choice": "company",
            "confidence": 1,
            "probabilities": {
              "company": 1,
              "person": 0,
              "unknown": 0
            }
          }
        },
        "confidence": {
          "branch": 1
        },
        "weakest": "branch",
        "min_confidence": 1
      },
      "model": null,
      "cost_usd": null
    },
    "executionPath": "/root/steps/1/items/1/body/steps/1"
  },
  {
    "type": "node.start",
    "label": "company-research",
    "detail": {
      "kind": "agent"
    },
    "executionPath": "/root/steps/1/items/1/body/steps/1/branches/company/body"
  },
  {
    "type": "node.end",
    "label": "company-research",
    "detail": {
      "kind": "agent",
      "status": "ok"
    },
    "executionPath": "/root/steps/1/items/0/body/steps/1/branches/company/body"
  },
  {
    "type": "node.end",
    "label": "company-research",
    "detail": {
      "kind": "agent",
      "status": "ok"
    },
    "executionPath": "/root/steps/1/items/1/body/steps/1/branches/company/body"
  },
  {
    "type": "node.start",
    "label": "classify-entity",
    "detail": {
      "kind": "judge"
    },
    "executionPath": "/root/steps/1/items/2/body/steps/0"
  },
  {
    "type": "node.start",
    "label": "classify-entity",
    "detail": {
      "kind": "judge"
    },
    "executionPath": "/root/steps/1/items/3/body/steps/0"
  },
  {
    "type": "judge.answered",
    "label": "classify-entity",
    "detail": {
      "kind": "judge",
      "as": "entityKind",
      "value": {
        "kind": "person"
      },
      "sidecar": {
        "answers": {
          "kind": {
            "type": "choice",
            "choice": "person",
            "confidence": 1,
            "probabilities": {
              "company": 0,
              "person": 1,
              "unknown": 0
            }
          }
        },
        "confidence": {
          "kind": 1
        },
        "weakest": "kind",
        "min_confidence": 1
      },
      "model": null,
      "cost_usd": null
    },
    "executionPath": "/root/steps/1/items/2/body/steps/0"
  },
  {
    "type": "judge.answered",
    "label": "classify-entity",
    "detail": {
      "kind": "judge",
      "as": "entityKind",
      "value": {
        "kind": "person"
      },
      "sidecar": {
        "answers": {
          "kind": {
            "type": "choice",
            "choice": "person",
            "confidence": 1,
            "probabilities": {
              "company": 0,
              "person": 1,
              "unknown": 0
            }
          }
        },
        "confidence": {
          "kind": 1
        },
        "weakest": "kind",
        "min_confidence": 1
      },
      "model": null,
      "cost_usd": null
    },
    "executionPath": "/root/steps/1/items/3/body/steps/0"
  },
  {
    "type": "node.end",
    "label": "classify-entity",
    "detail": {
      "kind": "judge",
      "status": "ok"
    },
    "executionPath": "/root/steps/1/items/2/body/steps/0"
  },
  {
    "type": "node.end",
    "label": "classify-entity",
    "detail": {
      "kind": "judge",
      "status": "ok"
    },
    "executionPath": "/root/steps/1/items/3/body/steps/0"
  },
  {
    "type": "route.chosen",
    "label": "route-specialist",
    "detail": {
      "kind": "route",
      "as": "specialistRoute",
      "value": {
        "branch": "person",
        "taken": "person",
        "unsure": false
      },
      "sidecar": {
        "answers": {
          "branch": {
            "type": "choice",
            "choice": "person",
            "confidence": 1,
            "probabilities": {
              "company": 0,
              "person": 1,
              "unknown": 0
            }
          }
        },
        "confidence": {
          "branch": 1
        },
        "weakest": "branch",
        "min_confidence": 1
      },
      "model": null,
      "cost_usd": null
    },
    "executionPath": "/root/steps/1/items/2/body/steps/1"
  },
  {
    "type": "node.start",
    "label": "officer-research",
    "detail": {
      "kind": "agent"
    },
    "executionPath": "/root/steps/1/items/2/body/steps/1/branches/person/body"
  },
  {
    "type": "route.chosen",
    "label": "route-specialist",
    "detail": {
      "kind": "route",
      "as": "specialistRoute",
      "value": {
        "branch": "person",
        "taken": "person",
        "unsure": false
      },
      "sidecar": {
        "answers": {
          "branch": {
            "type": "choice",
            "choice": "person",
            "confidence": 1,
            "probabilities": {
              "company": 0,
              "person": 1,
              "unknown": 0
            }
          }
        },
        "confidence": {
          "branch": 1
        },
        "weakest": "branch",
        "min_confidence": 1
      },
      "model": null,
      "cost_usd": null
    },
    "executionPath": "/root/steps/1/items/3/body/steps/1"
  },
  {
    "type": "node.start",
    "label": "officer-research",
    "detail": {
      "kind": "agent"
    },
    "executionPath": "/root/steps/1/items/3/body/steps/1/branches/person/body"
  },
  {
    "type": "node.end",
    "label": "officer-research",
    "detail": {
      "kind": "agent",
      "status": "ok"
    },
    "executionPath": "/root/steps/1/items/2/body/steps/1/branches/person/body"
  },
  {
    "type": "node.end",
    "label": "officer-research",
    "detail": {
      "kind": "agent",
      "status": "ok"
    },
    "executionPath": "/root/steps/1/items/3/body/steps/1/branches/person/body"
  },
  {
    "type": "node.start",
    "label": "classify-entity",
    "detail": {
      "kind": "judge"
    },
    "executionPath": "/root/steps/1/items/4/body/steps/0"
  },
  {
    "type": "judge.answered",
    "label": "classify-entity",
    "detail": {
      "kind": "judge",
      "as": "entityKind",
      "value": {
        "kind": "person"
      },
      "sidecar": {
        "answers": {
          "kind": {
            "type": "choice",
            "choice": "person",
            "confidence": 1,
            "probabilities": {
              "company": 0,
              "person": 1,
              "unknown": 0
            }
          }
        },
        "confidence": {
          "kind": 1
        },
        "weakest": "kind",
        "min_confidence": 1
      },
      "model": null,
      "cost_usd": null
    },
    "executionPath": "/root/steps/1/items/4/body/steps/0"
  },
  {
    "type": "node.end",
    "label": "classify-entity",
    "detail": {
      "kind": "judge",
      "status": "ok"
    },
    "executionPath": "/root/steps/1/items/4/body/steps/0"
  },
  {
    "type": "route.chosen",
    "label": "route-specialist",
    "detail": {
      "kind": "route",
      "as": "specialistRoute",
      "value": {
        "branch": "person",
        "taken": "person",
        "unsure": false
      },
      "sidecar": {
        "answers": {
          "branch": {
            "type": "choice",
            "choice": "person",
            "confidence": 1,
            "probabilities": {
              "company": 0,
              "person": 1,
              "unknown": 0
            }
          }
        },
        "confidence": {
          "branch": 1
        },
        "weakest": "branch",
        "min_confidence": 1
      },
      "model": null,
      "cost_usd": null
    },
    "executionPath": "/root/steps/1/items/4/body/steps/1"
  },
  {
    "type": "node.start",
    "label": "officer-research",
    "detail": {
      "kind": "agent"
    },
    "executionPath": "/root/steps/1/items/4/body/steps/1/branches/person/body"
  },
  {
    "type": "node.end",
    "label": "officer-research",
    "detail": {
      "kind": "agent",
      "status": "ok"
    },
    "executionPath": "/root/steps/1/items/4/body/steps/1/branches/person/body"
  },
  {
    "type": "node.start",
    "label": "prepare-completeness",
    "detail": {
      "kind": "code"
    },
    "executionPath": "/root/steps/2"
  },
  {
    "type": "code.patch",
    "label": "prepare-completeness",
    "detail": {
      "reviewed": [
        {
          "entity": {
            "id": "org-1",
            "name": "Example Holdings",
            "recordType": "organization",
            "sourceId": "K0",
            "role": "parent company",
            "relatedTo": "subject"
          },
          "records": [
            {
              "id": "K1",
              "phase": "initial",
              "entityId": "org-1",
              "complete": true,
              "concern": false,
              "text": "Illustrative registry extract supplies the parent company identity and ownership fields."
            }
          ],
          "complete": true
        },
        {
          "entity": {
            "id": "org-2",
            "name": "Example Logistics",
            "recordType": "organization",
            "sourceId": "K0",
            "role": "subsidiary",
            "relatedTo": "subject"
          },
          "records": [
            {
              "id": "K4",
              "phase": "initial",
              "entityId": "org-2",
              "complete": true,
              "concern": false,
              "text": "Illustrative registry extract confirms the subsidiary identity and its relationship to the subject."
            }
          ],
          "complete": true
        },
        {
          "entity": {
            "id": "person-1",
            "name": "Alex Example",
            "recordType": "natural_person",
            "sourceId": "K0",
            "role": "director",
            "relatedTo": "subject"
          },
          "records": [
            {
              "id": "K2",
              "phase": "initial",
              "entityId": "person-1",
              "complete": false,
              "concern": false,
              "text": "Illustrative filing names a director but omits the identifier needed to distinguish namesakes."
            }
          ],
          "complete": false
        },
        {
          "entity": {
            "id": "person-2",
            "name": "Blair Example",
            "recordType": "natural_person",
            "sourceId": "K0",
            "role": "subsidiary officer",
            "relatedTo": "org-2"
          },
          "records": [
            {
              "id": "K5",
              "phase": "initial",
              "entityId": "person-2",
              "complete": true,
              "concern": false,
              "text": "Illustrative officer record supplies the subsidiary officer identifier and role."
            }
          ],
          "complete": true
        },
        {
          "entity": {
            "id": "person-3",
            "name": "Casey Example",
            "recordType": "natural_person",
            "sourceId": "K0",
            "role": "controlling person",
            "relatedTo": "org-1"
          },
          "records": [
            {
              "id": "K6",
              "phase": "initial",
              "entityId": "person-3",
              "complete": false,
              "concern": false,
              "text": "Illustrative ownership statement names a controlling person but lacks identifying corroboration."
            }
          ],
          "complete": false
        }
      ],
      "pendingEntities": [
        {
          "id": "person-1",
          "name": "Alex Example",
          "recordType": "natural_person",
          "sourceId": "K0",
          "role": "director",
          "relatedTo": "subject"
        },
        {
          "id": "person-3",
          "name": "Casey Example",
          "recordType": "natural_person",
          "sourceId": "K0",
          "role": "controlling person",
          "relatedTo": "org-1"
        }
      ]
    },
    "executionPath": "/root/steps/2"
  },
  {
    "type": "node.end",
    "label": "prepare-completeness",
    "detail": {
      "kind": "code",
      "status": "ok"
    },
    "executionPath": "/root/steps/2"
  },
  {
    "type": "node.start",
    "label": "completeness-check",
    "detail": {
      "kind": "judge"
    },
    "executionPath": "/root/steps/3"
  },
  {
    "type": "judge.answered",
    "label": "completeness-check",
    "detail": {
      "kind": "judge",
      "as": "completeness",
      "value": {
        "complete": false
      },
      "sidecar": {
        "answers": {
          "complete": {
            "type": "noul",
            "noul": 0
          }
        },
        "confidence": {
          "complete": 1
        },
        "weakest": "complete",
        "min_confidence": 1
      },
      "model": null,
      "cost_usd": null
    },
    "executionPath": "/root/steps/3"
  },
  {
    "type": "node.end",
    "label": "completeness-check",
    "detail": {
      "kind": "judge",
      "status": "ok"
    },
    "executionPath": "/root/steps/3"
  },
  {
    "type": "node.start",
    "label": "entity-followup",
    "detail": {
      "kind": "agent"
    },
    "executionPath": "/root/steps/4/iterations/0/body/steps/0/items/0/body"
  },
  {
    "type": "node.start",
    "label": "entity-followup",
    "detail": {
      "kind": "agent"
    },
    "executionPath": "/root/steps/4/iterations/0/body/steps/0/items/1/body"
  },
  {
    "type": "node.end",
    "label": "entity-followup",
    "detail": {
      "kind": "agent",
      "status": "ok"
    },
    "executionPath": "/root/steps/4/iterations/0/body/steps/0/items/0/body"
  },
  {
    "type": "node.end",
    "label": "entity-followup",
    "detail": {
      "kind": "agent",
      "status": "ok"
    },
    "executionPath": "/root/steps/4/iterations/0/body/steps/0/items/1/body"
  },
  {
    "type": "node.start",
    "label": "merge-entity-evidence",
    "detail": {
      "kind": "code"
    },
    "executionPath": "/root/steps/4/iterations/0/body/steps/1"
  },
  {
    "type": "code.patch",
    "label": "merge-entity-evidence",
    "detail": {
      "reviewed": [
        {
          "entity": {
            "id": "org-1",
            "name": "Example Holdings",
            "recordType": "organization",
            "sourceId": "K0",
            "role": "parent company",
            "relatedTo": "subject"
          },
          "records": [
            {
              "id": "K1",
              "phase": "initial",
              "entityId": "org-1",
              "complete": true,
              "concern": false,
              "text": "Illustrative registry extract supplies the parent company identity and ownership fields."
            }
          ],
          "complete": true
        },
        {
          "entity": {
            "id": "org-2",
            "name": "Example Logistics",
            "recordType": "organization",
            "sourceId": "K0",
            "role": "subsidiary",
            "relatedTo": "subject"
          },
          "records": [
            {
              "id": "K4",
              "phase": "initial",
              "entityId": "org-2",
              "complete": true,
              "concern": false,
              "text": "Illustrative registry extract confirms the subsidiary identity and its relationship to the subject."
            }
          ],
          "complete": true
        },
        {
          "entity": {
            "id": "person-1",
            "name": "Alex Example",
            "recordType": "natural_person",
            "sourceId": "K0",
            "role": "director",
            "relatedTo": "subject"
          },
          "records": [
            {
              "id": "K2",
              "phase": "initial",
              "entityId": "person-1",
              "complete": false,
              "concern": false,
              "text": "Illustrative filing names a director but omits the identifier needed to distinguish namesakes."
            },
            {
              "id": "K3",
              "phase": "followup",
              "entityId": "person-1",
              "complete": true,
              "concern": false,
              "text": "Illustrative follow-up filing supplies the director identifier and role."
            }
          ],
          "complete": true
        },
        {
          "entity": {
            "id": "person-2",
            "name": "Blair Example",
            "recordType": "natural_person",
            "sourceId": "K0",
            "role": "subsidiary officer",
            "relatedTo": "org-2"
          },
          "records": [
            {
              "id": "K5",
              "phase": "initial",
              "entityId": "person-2",
              "complete": true,
              "concern": false,
              "text": "Illustrative officer record supplies the subsidiary officer identifier and role."
            }
          ],
          "complete": true
        },
        {
          "entity": {
            "id": "person-3",
            "name": "Casey Example",
            "recordType": "natural_person",
            "sourceId": "K0",
            "role": "controlling person",
            "relatedTo": "org-1"
          },
          "records": [
            {
              "id": "K6",
              "phase": "initial",
              "entityId": "person-3",
              "complete": false,
              "concern": false,
              "text": "Illustrative ownership statement names a controlling person but lacks identifying corroboration."
            },
            {
              "id": "K7",
              "phase": "followup",
              "entityId": "person-3",
              "complete": true,
              "concern": false,
              "text": "Illustrative corroborating filing supplies the controlling person identifier and ownership relationship."
            }
          ],
          "complete": true
        }
      ]
    },
    "executionPath": "/root/steps/4/iterations/0/body/steps/1"
  },
  {
    "type": "node.end",
    "label": "merge-entity-evidence",
    "detail": {
      "kind": "code",
      "status": "ok"
    },
    "executionPath": "/root/steps/4/iterations/0/body/steps/1"
  },
  {
    "type": "node.start",
    "label": "remaining-entities",
    "detail": {
      "kind": "code"
    },
    "executionPath": "/root/steps/4/iterations/0/body/steps/2"
  },
  {
    "type": "code.patch",
    "label": "remaining-entities",
    "detail": {
      "pendingEntities": []
    },
    "executionPath": "/root/steps/4/iterations/0/body/steps/2"
  },
  {
    "type": "node.end",
    "label": "remaining-entities",
    "detail": {
      "kind": "code",
      "status": "ok"
    },
    "executionPath": "/root/steps/4/iterations/0/body/steps/2"
  },
  {
    "type": "node.start",
    "label": "recheck-completeness",
    "detail": {
      "kind": "judge"
    },
    "executionPath": "/root/steps/4/iterations/0/body/steps/3"
  },
  {
    "type": "judge.answered",
    "label": "recheck-completeness",
    "detail": {
      "kind": "judge",
      "as": "completeness",
      "value": {
        "complete": true
      },
      "sidecar": {
        "answers": {
          "complete": {
            "type": "noul",
            "noul": 1
          }
        },
        "confidence": {
          "complete": 1
        },
        "weakest": "complete",
        "min_confidence": 1
      },
      "model": null,
      "cost_usd": null
    },
    "executionPath": "/root/steps/4/iterations/0/body/steps/3"
  },
  {
    "type": "node.end",
    "label": "recheck-completeness",
    "detail": {
      "kind": "judge",
      "status": "ok"
    },
    "executionPath": "/root/steps/4/iterations/0/body/steps/3"
  },
  {
    "type": "loop.exited",
    "label": "complete-records",
    "detail": {
      "reason": "condition_met",
      "iterations": 1
    },
    "executionPath": "/root/steps/4"
  },
  {
    "type": "node.start",
    "label": "risk-judgment",
    "detail": {
      "kind": "judge"
    },
    "executionPath": "/root/steps/5"
  },
  {
    "type": "judge.answered",
    "label": "risk-judgment",
    "detail": {
      "kind": "judge",
      "as": "risk",
      "value": {
        "outcome": "no_recorded_concern"
      },
      "sidecar": {
        "answers": {
          "outcome": {
            "type": "choice",
            "choice": "no_recorded_concern",
            "confidence": 1,
            "probabilities": {
              "no_recorded_concern": 1,
              "concern_for_review": 0,
              "human_review": 0
            }
          }
        },
        "confidence": {
          "outcome": 1
        },
        "weakest": "outcome",
        "min_confidence": 1
      },
      "model": null,
      "cost_usd": null
    },
    "executionPath": "/root/steps/5"
  },
  {
    "type": "node.end",
    "label": "risk-judgment",
    "detail": {
      "kind": "judge",
      "status": "ok"
    },
    "executionPath": "/root/steps/5"
  },
  {
    "type": "node.start",
    "label": "kyb-report",
    "detail": {
      "kind": "agent"
    },
    "executionPath": "/root/steps/6"
  },
  {
    "type": "node.end",
    "label": "kyb-report",
    "detail": {
      "kind": "agent",
      "status": "ok"
    },
    "executionPath": "/root/steps/6"
  }
]
Complete source ↗Workflow definitions (JSON) ↗Recorded inputs, outputs, and events ↗