feat(chat): Implement real-time SSE streaming with reasoning steps and improved UI indicators.

This commit is contained in:
Yunxiao Xu
2026-02-13 00:00:50 -08:00
parent af731413af
commit 339f69a2a3
14 changed files with 777 additions and 17 deletions

View File

@@ -0,0 +1,22 @@
county,voters,pct_total,rank_by_size
Bergen,637753,10.46,1
Middlesex,531951,8.72,2
Essex,499446,8.19,3
Monmouth,472627,7.75,4
Ocean,453981,7.45,5
Hudson,374651,6.14,6
Morris,368252,6.04,7
Camden,359742,5.90,8
Union,354205,5.81,9
Burlington,340761,5.59,10
Passaic,313061,5.13,11
Somerset,241463,3.96,12
Mercer,241236,3.96,13
Gloucester,217083,3.56,14
Atlantic,189627,3.11,15
Sussex,110789,1.82,16
Hunterdon,100606,1.65,17
Cumberland,90934,1.49,18
Warren,81642,1.34,19
Cape May,72299,1.19,20
Salem,45018,0.74,21
1 county voters pct_total rank_by_size
2 Bergen 637753 10.46 1
3 Middlesex 531951 8.72 2
4 Essex 499446 8.19 3
5 Monmouth 472627 7.75 4
6 Ocean 453981 7.45 5
7 Hudson 374651 6.14 6
8 Morris 368252 6.04 7
9 Camden 359742 5.90 8
10 Union 354205 5.81 9
11 Burlington 340761 5.59 10
12 Passaic 313061 5.13 11
13 Somerset 241463 3.96 12
14 Mercer 241236 3.96 13
15 Gloucester 217083 3.56 14
16 Atlantic 189627 3.11 15
17 Sussex 110789 1.82 16
18 Hunterdon 100606 1.65 17
19 Cumberland 90934 1.49 18
20 Warren 81642 1.34 19
21 Cape May 72299 1.19 20
22 Salem 45018 0.74 21