feat: display inference statistics in chat UI #45
Reference in New Issue
Block a user
Delete Branch "feature/issue-43-inference-stats"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
InferenceStatsproto message (prompt tokens, completion tokens, total tokens, context window size, tokens/sec) and regenerate TypeScript typesInferenceStatsPanel.sveltecollapsible component with token counts grid, throughput display, and color-coded context utilization progress barFinalResult, shown after orchestration completesCloses #43
Test plan
npm run build && npm run check && npm run lint)InferenceStatsPanelrenders when backend sendsinference_statsin the finalProcessRequestResponse