Summary
Searchable conversation history in the dashboard: full-text search across sessions, filter by agent/user/date, view full conversation threads, export, and archive/delete sessions.
Motivation
Memory events are stored in memory_events but completely inaccessible to admins via the dashboard. No way to review what agents said, investigate user complaints, audit behavior, or search past interactions. Table stakes for production use.
Scope
- Dashboard conversations page: list all sessions with metadata
- Full-text search across conversation content
- Filters: agent, user, date range, status
- Thread view: full conversation with agent routing, tool calls, responses
- Export as JSON/CSV
- Bulk archive/delete with retention policy config
- Optional: flag/bookmark conversations for review
Acceptance Criteria
Summary
Searchable conversation history in the dashboard: full-text search across sessions, filter by agent/user/date, view full conversation threads, export, and archive/delete sessions.
Motivation
Memory events are stored in
memory_eventsbut completely inaccessible to admins via the dashboard. No way to review what agents said, investigate user complaints, audit behavior, or search past interactions. Table stakes for production use.Scope
Acceptance Criteria