feat(chat): multi-turn Chat Session with Conversation history sidebar

Grounded Ask owns the product chat UI: persistent thread_id across a
Chat Session, New chat / Continue conversation, and a sidebar that lists
Conversations from the Conversation Record with formatted run metadata
(timing, tokens, evidence chunks).

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-09-08 17:00:33 +03:30
commit e693b9bbfc
14 changed files with 2510 additions and 0 deletions

2
.env.example Normal file
View File

@@ -0,0 +1,2 @@
# Defaults used when creating a Tenant Profile (keys are never committed).
API_BASE_URL=http://127.0.0.1:8000