* Returns aggregate stats combining global (deleted sessions) + active sessions. * @param activeSessions Map of active session states
(
activeSessions: Record<string, { inputTokens?: number; outputTokens?: number; totalCost?: number }>
)
source not stored for this graph (policy: none)
no test coverage detected