README
Agent Runtimes / store/conversationStore
store/conversationStore
Zustand store for conversation history per agent runtime. Stores messages per runtime ID in memory during the session.
Key features:
- Messages are stored per runtime ID in memory
- On page reload, messages are fetched from the server API
- No browser storage persistence - server is the source of truth