HUD: Active Projects & Agent Chains Widget #52

Closed
opened 2026-01-29 18:52:37 +00:00 by jason.woltje · 0 comments
Owner

Overview

Add a HUD widget that displays all active projects and their agent chains for easy visual tracking.

Requirements

Active Projects Panel

  • List all projects with active work
  • Show project name, status, last activity
  • Quick navigation to project details

Agent Chains Panel

  • Show all running sub-agents/background tasks
  • Display: agent label, status (running/complete/error), runtime
  • Real-time updates as agents complete
  • Expandable to show agent task summary
  • Link to session transcripts

Data Sources

  • AgentSession model for tracking sessions
  • Agent model for agent status/metrics
  • Project model for project info

UI/UX

  • Compact view for dashboard
  • Expandable detail view
  • Status indicators (color-coded)
  • Auto-refresh or websocket updates
  • WidgetDefinition model (#41)
  • Agent/AgentSession models (#40)
  • UserLayout for dashboard placement (#41)
## Overview Add a HUD widget that displays all active projects and their agent chains for easy visual tracking. ## Requirements ### Active Projects Panel - List all projects with active work - Show project name, status, last activity - Quick navigation to project details ### Agent Chains Panel - Show all running sub-agents/background tasks - Display: agent label, status (running/complete/error), runtime - Real-time updates as agents complete - Expandable to show agent task summary - Link to session transcripts ### Data Sources - AgentSession model for tracking sessions - Agent model for agent status/metrics - Project model for project info ### UI/UX - Compact view for dashboard - Expandable detail view - Status indicators (color-coded) - Auto-refresh or websocket updates ## Related - WidgetDefinition model (#41) - Agent/AgentSession models (#40) - UserLayout for dashboard placement (#41)
jason.woltje added this to the M4-LLM (0.0.4) milestone 2026-01-30 23:40:48 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mosaic/stack#52