Deceased-Account Agentic Workflow
An end-to-end agentic banking workflow: n8n intake, LangGraph orchestration, Azure AI Foundry advisory agents, a deterministic decision rule and a mandatory human gate — the pattern drawn in fig.01, proven end to end with monitoring.
- Designed the governance doctrine: agents advise, deterministic code decides, a human acts — no agent touches money.
- Built two advisory Foundry agents (transaction-stop, profile-update) provisioned once via script, invoked from LangGraph.
- Implemented the single-source-of-truth decision rule flagging uncoded transactions and account-status conflicts.
- Wired business-readable n8n stages from intake to estate-binder preparation with one merged human-decision node.
- Exposed the orchestration as a FastAPI service with a clean 5-dependency footprint, ready for Azure Container Apps.