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(serde): return raw data instead of None on msgpack deserialization failure
- fix: skip caching ERROR/INTERRUPT writes in SyncPregelLoop.put_writes
- fix(prebuilt): handle non-class type annotations in _infer_handled_types
- fix(prebuilt): guard route_tool_responses against empty messages list
- fix: add missing None to aupdate_state values type annotation
- fix: initialize resume_is_map before conditional in PregelLoop._first
- fix: break reference chain in _checkpointer_put_after_previous to prevent memory leak
- fix: initialize handlers to empty list in push_message to prevent UnboundLocalError
- fix: use elif in map_output_updates to prevent TypeError on None value
- fix(langgraph): memory leak in async checkpoint chains
- Docs
- Python not yet supported