feat(analytics): add top tools and topics to session analytics

This commit is contained in:
William Valentin
2026-02-16 14:11:50 -08:00
parent 3d7144b2c5
commit 93621bbe6e
10 changed files with 173 additions and 8 deletions
+2
View File
@@ -214,6 +214,8 @@ export function createSystemHandlers(deps: SystemHandlerDeps) {
return makeResponse(request.id, {
daily: [],
topSessions: [],
topTools: [],
topTopics: [],
averageMessagesPerSession: 0,
totalSessions: 0,
totalMessages: 0,