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
- test(langgraph): add unit tests for LangGraphDeprecationWarning classes
- test(checkpoint): add unit tests for checkpoint base utility functions
- feat(sdk-py): add version=v2 support for wait() method
- 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
- Docs
- Python not yet supported