MCPcopy Create free account
hub / github.com/serverless/examples / State

Class State

aws-bedrock-agentcore/python/langgraph-basic-code/agent.py:53–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51# Define the conversation state
52# LangGraph uses TypedDict to track state across nodes
53class State(TypedDict):
54 messages: Annotated[list, add_messages]
55
56
57# Create the LangGraph

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected