mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-06 17:57:49 +02:00
- When using an async entrypoint you can now freely mix and match sync and async tasks with a uniform api (ie all tasks return a sync or async future depending on context) - Fix issues with scheduling deeply nested tasks (use threadsafe methods to schedule coroutines and create futures)