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
- UnboundLocalError: resume_is_map when using Command(resume=None)
- fix(langgraph): initialize resume_is_map before conditional block in _first()
- fix: handle missing NotRequired state fields in InjectedState tool args
- 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
- Docs
- Python not yet supported