State schema for the agent.
AgentState()| Name | Type |
|---|---|
| messages | Required[Annotated[list[AnyMessage], add_messages]] |
| jump_to | NotRequired[Annotated[JumpTo | None, EphemeralValue, PrivateStateAttr]] |
| structured_response | NotRequired[Annotated[ResponseT, OmitFromInput]] |