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 synchronized from the runtime via websocket
- No browser storage persistence - runtime is the source of truth