chore: improve stats panel layout
This commit is contained in:
@@ -372,7 +372,6 @@ def build_tui_stats_text(tracer: Any, agent_config: dict[str, Any] | None = None
|
|||||||
if agent_config:
|
if agent_config:
|
||||||
llm_config = agent_config["llm_config"]
|
llm_config = agent_config["llm_config"]
|
||||||
model = getattr(llm_config, "model_name", "Unknown")
|
model = getattr(llm_config, "model_name", "Unknown")
|
||||||
stats_text.append("◈ ", style="#22c55e")
|
|
||||||
stats_text.append(model, style="white")
|
stats_text.append(model, style="white")
|
||||||
|
|
||||||
llm_stats = tracer.get_total_llm_stats()
|
llm_stats = tracer.get_total_llm_stats()
|
||||||
|
|||||||
Reference in New Issue
Block a user