Skip to content

Commit 50326a3

Browse files
Gregg CochranCopilot
andcommitted
Remove sub-agent rows from Fleet Health (already shown in Live Metrics)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 5a48cc7 commit 50326a3

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

agent_pulse.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1545,14 +1545,6 @@ def render(self) -> Panel:
15451545
Text("Errors (24h)", style="#8D99AE"),
15461546
Text(str(m.error_count_24h), style=err_color),
15471547
)
1548-
t.add_row(
1549-
Text("Sub-Agents running", style="#8D99AE"),
1550-
Text(str(m.running_subagents), style="bold #B388FF"),
1551-
)
1552-
t.add_row(
1553-
Text("Sub-Agents (24h)", style="#8D99AE"),
1554-
Text(str(m.spawned_today), style="bold #7CFF6B"),
1555-
)
15561548

15571549
pulse = "●" if self.tick % 2 == 0 else "○"
15581550
status = Text.assemble((pulse + " ", f"bold {color}"), ("MONITORING", f"bold {color}"))

0 commit comments

Comments
 (0)