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