feat: drill-down filters on overview and outdated agent version highlight

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-10 09:21:21 +10:00
parent e65daa8c3b
commit f9d56621f6
14 changed files with 595 additions and 36 deletions
+1
View File
@@ -37,6 +37,7 @@ class HostListResponse(BaseModel):
total: int
page: int
page_size: int
latest_agent_versions: dict[str, str] = Field(default_factory=dict)
class EventSummary(BaseModel):