chore: improve stats panel layout

This commit is contained in:
0xallam
2026-01-22 11:17:32 -08:00
parent 5f77dd7052
commit a97836c335
2 changed files with 2 additions and 3 deletions

View File

@@ -372,7 +372,6 @@ def build_tui_stats_text(tracer: Any, agent_config: dict[str, Any] | None = None
if agent_config:
llm_config = agent_config["llm_config"]
model = getattr(llm_config, "model_name", "Unknown")
stats_text.append("", style="#22c55e")
stats_text.append(model, style="white")
llm_stats = tracer.get_total_llm_stats()