feat(webui): implement notifications and human-attention routing (#648)

This commit is contained in:
2026-07-25 16:41:16 -04:00
parent 76f293eb28
commit 4f06d30e07
6 changed files with 1021 additions and 0 deletions
+1
View File
@@ -45,6 +45,7 @@ NAV_GROUPS: tuple[NavGroup, ...] = (
NavItem("/queue", "Queue"),
NavItem("/leases", "Leases"),
NavItem("/actions", "Actions"),
NavItem("/notifications", "Notifications"),
)),
NavGroup("Runtime/Sessions", (
NavItem("/runtime", "Runtime health"),