Final_Assignment_Template / agent /shared_state.py
Zhang Yuzheng
Quitz: make the project work
2f18493
raw
history blame contribute delete
189 Bytes
from langgraph.graph import MessagesState
class SharedState(MessagesState):
"""
Shared state for the agent, including the current task and any other relevant information.
"""