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: add missing | None to aupdate_state values parameter
- fix: guard against non-class type annotations in _infer_handled_types
- fix: prevent UnboundLocalError in route_tool_responses on empty messages
- fix: skip caching ERROR/INTERRUPT writes in SyncPregelLoop.put_writes
- fix: initialize resume_is_map before conditional to prevent UnboundLocalError
- fix: handle END in conditional edges without explicit path_map entry
- fix(langgraph): preserve metadata for custom stream events
- 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
- Docs
- Python not yet supported