from langgraph.graph import MessagesState class SharedState(MessagesState): """ Shared state for the agent, including the current task and any other relevant information. """