Files
langgraph/libs
Nuno Campos 11e80210a2 lib: Performance improvements
- don't create contextvars.Context/asyncio.Task in RunnableSeq (not needed as each step creates it if necessary)
- don't run in-memory-saver methods in background threads (no point as they hold the gil)
- avoid calling should_interrupt when no interrupts set
2024-12-10 11:40:24 -08:00
..
2024-12-10 11:40:24 -08:00
2024-12-10 11:40:24 -08:00
2024-12-04 15:39:16 -08:00
2024-12-04 17:27:24 -08:00