aafter_model(
self,
state: AgentState[Any],
runtime: Runtime[Any]
) | Name | Type | Description |
|---|---|---|
state* | AgentState[Any] | |
runtime* | Runtime[Any] |
Apply a checkpointed plan, synthesize denials, or interrupt.
Agent state containing the primary response and private plan.
LangGraph runtime carrying context and Store access.