session_store
session_store
¶
SQLite-backed session store for channel conversations.
Classes¶
SessionStore
¶
Manages per-sender, per-channel conversation sessions.
Each session tracks conversation history, notification preferences,
and pending long responses for the /more command.
Source code in src/openjarvis/server/session_store.py
Functions¶
get_notification_targets
¶
Return all senders with a notification channel.