agent-ecosystem/packages/agent-graph/src
iliya 485327d077 fix(graph): correct particle direction + remove system message filter
Particle direction:
- Added `reverse` flag to GraphParticle — when true, particle flies
  from target → source (reverse of edge direction)
- Messages FROM teammate TO lead now fly member→lead (was lead→member)
- draw-particles.ts swaps from/to nodes when reverse=true

Reverted system message filter:
- Removed #isSystemMessage — all messages shown as particles again
  (user wants to see idle_notification etc.)
2026-03-30 19:20:53 +03:00
..
canvas fix(graph): correct particle direction + remove system message filter 2026-03-30 19:20:53 +03:00
constants fix(graph): enhance particle rendering for task comments 2026-03-28 22:55:01 +02:00
hooks fix(graph): enhance particle rendering for task comments 2026-03-28 22:55:01 +02:00
layout refactor(graph): fix SOLID/DRY violations from audit 2026-03-28 14:41:24 +02:00
ports fix(graph): correct particle direction + remove system message filter 2026-03-30 19:20:53 +03:00
strategies feat(graph): force-directed agent graph visualization with kanban-zone task layout 2026-03-28 12:03:42 +02:00
ui fix(graph): pause button as standalone icon left of View dropdown 2026-03-30 19:09:49 +03:00
index.ts feat(graph): force-directed agent graph visualization with kanban-zone task layout 2026-03-28 12:03:42 +02:00