Skip to content

Regulatory Overlay Map

Authoritative mapping of governance documents to executable node types in the agent execution graph. The demo surfaces this same mapping in its interface, so each node in the agent state machine links to the governance documents relevant to it.

Node TypeGovernance DocsRelevance Summary
intakeHIPAA readiness, Chile Ley 19.628, CMF Norma 20Input handling, PII ingress, jurisdictional compliance
guardrail_prePII redaction, OWASP ATLAS threat model, Voice consent and deepfakePII detection, adversarial defense, voice consent
retrieve_contextData card, Drift detection planData provenance, knowledge base integrity
generate_responseNIST AI RMF, EU AI Act, Multilingual safety parityRisk management, regulatory classification, locale safety
review_responseAudit logging plan, ISO 42001 / SOC 2Human-in-the-loop audit, management system controls
guardrail_postData card, Drift detection plan, Audit logging planOutput verification, citation integrity, audit trail
closingISO 42001 / SOC 2Session finalization, management system compliance
  • The mapping is by node type (not instance), so it remains stable across topology changes.
  • review_response is only present when the human-in-the-loop review step is enabled; the overlay gracefully handles its absence.
  • Terminal markers (start, end) are excluded from governance mapping.