Browse Source
When a router node had multiple output edges to the same downstream node (e.g., passing both text and image), only the first edge type received data. The shared _visited set prevented the router from being traversed a second time, causing subsequent edge types to get empty results. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>handoff-20260429-1057
1 changed files with 11 additions and 2 deletions
Loading…
Reference in new issue