langgraph
https://github.com/langchain-ai/langgraph
Python
Build resilient language agents as graphs.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported3 Subscribers
Add a CodeTriage badge to langgraph
Help out
- Issues
- fix(langgraph): propagate config context var in async nodes/tools on Python < 3.11
- Bug: SyncPregelLoop.put_writes caches ERROR/INTERRUPT writes (async has guard, sync does not)
- Bug: _infer_handled_types raises AttributeError on non-class type annotations
- Bug: route_tool_responses raises UnboundLocalError on empty messages list
- Bug: aupdate_state missing | None in values type annotation (sync has it)
- fix(langgraph): skip caching ERROR/INTERRUPT writes in SyncPregelLoop
- fix(langgraph): add missing | None to aupdate_state values type
- fix(performance): lazy version check to reduce import overhead
- fix(checkpoint): use insertion order for latest checkpoint in InMemorySaver
- fix(langgraph): guard ERROR/INTERRUPT writes from cache in SyncPregelLoop
- Docs
- Python not yet supported