Skip to content

Phase 5 P2-3: Team dashboard + agent status API + sub-agent tree#147

Closed
krusty-agent wants to merge 0 commit intomainfrom
feat/p2-3-team-dashboard
Closed

Phase 5 P2-3: Team dashboard + agent status API + sub-agent tree#147
krusty-agent wants to merge 0 commit intomainfrom
feat/p2-3-team-dashboard

Conversation

@krusty-agent
Copy link
Copy Markdown
Collaborator

@krusty-agent krusty-agent commented Mar 2, 2026

Summary

  • add Phase 5 team dashboard page (/team) with agent cards and sub-agent tree
  • add Convex agentTeam module with:
    • upsertAgentStatus (idle/working/error + current task)
    • listTeamAgents, getTeamTree, getTeamSummary
    • initial auto-archive behavior for sub-agents when idle + no current task
  • extend agent HTTP API with:
    • GET /api/agent/team
    • POST /api/agent/team/status
  • wire routes into existing Convex HTTP router
  • add Home quick action entry to Team dashboard

Validation

  • npm run mission-control:validate-observability
  • ⚠️ npm run build currently fails on pre-existing repo issues unrelated to this PR:
    • missing generated API type members for didLogs / didResources
    • existing CalendarView/ListView prop mismatch (userDid)

Backlog mapping

  • ✅ Team dashboard
  • ✅ Agent status API (idle/working/error + current task)
  • ✅ Initial sub-agent tree model + auto-archive behavior

@krusty-agent krusty-agent force-pushed the feat/p2-3-team-dashboard branch from ad75e3b to d8b22b6 Compare March 2, 2026 07:56
@krusty-agent krusty-agent force-pushed the feat/p2-3-team-dashboard branch from d8b22b6 to 4671ff0 Compare March 2, 2026 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant