Agent lineage visualization #15
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Milestone: Dashboard Views
Visual tree/graph showing the agent spawn chain (from
AgentLineage). Display agent_id, agent_type, and spawn_depth. Use a lightweight graph library (e.g., elkjs or dagre) or SVG-based custom rendering.Acceptance Criteria
/lineageroute or panel within chat viewImplemented in PR #35. Custom SVG lineage tree with agent type coloring, clickable nodes, detail panel, and dedicated /lineage route.