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

Class State

aws-bedrock-agentcore/python/langgraph-gateway/agent.py:41–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40# Define the conversation state
41class State(TypedDict):
42 messages: Annotated[list, add_messages]
43
44
45async def chatbot_node(state: State, llm_with_tools):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected