~bigbes/lethe

ref: 0cf348a34da169cac4441014df11430eee6087d9 lethe/internal/domain/session/repository.go -rw-r--r-- 13.6 KiB
430b796d — Eugene Blikh a month ago
session: extend List response with summary, turn_count, token totals, model

Add five aggregate fields to Session struct (Summary, TurnCount,
TokensInTotal, TokensOutTotal, Model) populated via a new
sessionListSelectColumns const that wraps correlated subqueries.
List uses the new const; Get is unchanged.

TestList_Aggregates covers: zero turns, long-content truncation to 200
chars, mixed-role model tracking (newest turn wins), and NULL token sums.
e108b3e0 — Eugene Blikh a month ago
feat(session): list and detail JSON API with filters