Cashy / src /agent /state.py
GitHub Actions
Deploy to HF Spaces
17a78b5
raw
history blame contribute delete
209 Bytes
from langgraph.graph import MessagesState
class AgentState(MessagesState):
"""Agent state extending MessagesState.
Add custom keys here if needed later (e.g., user_id, session metadata)."""
pass