Ask a question to get started
Enter to send•Shift+Enter new line
Async logic to run after the agent execution completes.
aafter_agent( self, state: StateT, runtime: Runtime[ContextT] ) -> dict[str, Any] | None
state
StateT
The current agent state.
runtime
Runtime[ContextT]
The runtime context.