Interface: PatchLangGraphOptions
Defined in: src/hooks/langgraph.ts:51
Properties
agentId
agentId:
string
Defined in: src/hooks/langgraph.ts:52
failClosed?
optionalfailClosed?:boolean
Defined in: src/hooks/langgraph.ts:60
The caller's resolved fail-closed (enforce) posture. When true and the patch takes effect, a one-time note is emitted clarifying that LangGraph is lineage-only — this SDK performs NO in-process tool-governance check for it, so an operator under enforce isn't misled into assuming DENY blocks a LangGraph tool call in-process (AAASM-4830).
loadModule?
optionalloadModule?: () =>Promise<LangGraphModule|undefined>
Defined in: src/hooks/langgraph.ts:61
Returns
Promise<LangGraphModule | undefined>