feat(tui): show router inference metrics beside router lines
This commit is contained in:
@@ -87,6 +87,10 @@ type ServerMessage struct {
|
||||
Models []string `json:"models"`
|
||||
Current string `json:"current"`
|
||||
|
||||
// chat.turn router metrics (nil when not a ROUTER turn or server omits them)
|
||||
LatencyMs *int64 `json:"latencyMs"`
|
||||
TotalTokens *int `json:"totalTokens"`
|
||||
|
||||
// resource.status (nil = unavailable)
|
||||
GpuMemoryUsedMb *int64 `json:"gpuMemoryUsedMb"`
|
||||
GpuMemoryTotalMb *int64 `json:"gpuMemoryTotalMb"`
|
||||
|
||||
Reference in New Issue
Block a user