Files
langgraph/libs
Nuno CamposandGitHub 1d21b4ba08 Improve prepare_single_task trigger checks to linear complexity (#3891)
- Was O(n^2) due to individual channels created for every conditional
edge, including the default cond edge created for Command
- Now using a single channel per node for all conditional edge / command
triggers, reducing to linear complexity
- Improves run time on sequential(200) from 1.8s to 0.14s
2025-03-18 09:13:54 -07:00
..
2025-03-17 15:15:29 -07:00
2025-03-14 14:03:30 -07:00
2025-03-17 20:00:33 -07:00
2025-03-13 09:37:47 -07:00