feat: agent lineage visualization (#15) #35

Merged
shahondin1624 merged 1 commits from feature/issue-15-agent-lineage into main 2026-03-12 12:21:23 +01:00

Summary

  • Custom SVG tree visualization of agent spawn chains
  • Dedicated /lineage route with horizontal tree layout
  • Nodes colored by agent type with clickable details panel
  • Sample data for demo (ready for real API data when available)
  • Navigation links from home page and chat header

Closes #15

## Summary - Custom SVG tree visualization of agent spawn chains - Dedicated /lineage route with horizontal tree layout - Nodes colored by agent type with clickable details panel - Sample data for demo (ready for real API data when available) - Navigation links from home page and chat header Closes #15
shahondin1624 added 1 commit 2026-03-12 12:21:17 +01:00
Add a dedicated /lineage route with custom SVG-based tree visualization
of the agent spawn chain. Nodes are colored by agent type (orchestrator,
researcher, coder, sysadmin, assistant) and display agent ID, type, and
spawn depth. Clicking a node opens a detail panel. Uses sample data
since the API does not yet expose lineage information.

Closes #15

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
shahondin1624 merged commit 5efc5c351c into main 2026-03-12 12:21:23 +01:00
shahondin1624 deleted branch feature/issue-15-agent-lineage 2026-03-12 12:21:23 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: llm-multiverse/llm-multiverse-ui#35