File size: 189 Bytes
2f18493
 
 
 
 
 
 
1
2
3
4
5
6
7
8
from langgraph.graph import MessagesState


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