Files
langgraph/libs
Nuno Campos d6a457ef1d Improve prepare_single_task trigger checks to linear complexity
- 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-17 21:26:26 -07:00
..
2025-03-14 14:03:30 -07:00
2025-01-22 16:30:43 -08:00
2025-03-13 09:37:47 -07:00