Skip to main content
Version: v0.1.2

LangGraph Integration

Aegisora is designed to sit alongside LangGraph rather than replace its orchestration responsibilities.

Responsibility split

LayerResponsibility
LangGraphGraph execution, state transitions, workflow orchestration.
AegisoraSecurity, governance, policy, risk, decisions, and enforcement.

Target integration flow

LangGraph
|
v
Agent Action / Tool Intent
|
v
Aegisora Governance
|
+---- ALLOW ----> execution
+---- BLOCK ----> stop
+---- ESCALATE -> review

The final guide will be expanded once the maintained LangGraph adapter and executable example are released.