Built a multi-agent LangGraph system for employee onboarding & offboarding with Azure OpenAI + human approval gate
Hey everyone,
I built a multi-agent LangGraph workflow that takes a new starter (or leaver) form and generates a complete IT pack:
- Role-based checklist (25 steps for onboarding / 17 security-ordered steps for offboarding)
- Jinja2-generated PowerShell scripts
- LLM-drafted welcome email + Day-1 guide
- Human approval gate before finalisation
- Auditor agent that validates everything
Stack: LangGraph + FastAPI + Azure OpenAI + Pydantic v2 + Jinja2
Repo: https://github.com/DOWNEY7/employee-onboarding-orchestrator
Looking for feedback on:
- Architecture decisions
- Human-in-the-loop design
- Anything you’d improve for real company use
Stars and comments appreciated 🙏
u/Downey07 — 1 day ago