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: 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
- fix: merge updates from parallel ParentCommand calls
- checkpoint-sqlite: add sync/async ordering parity regression
- ToolNode: surface model output metadata in tool error messages to enable self-correction
- feat(a2a): add low-level A2A protocol client and data types; implement configuration sanitization
- Avoid caching sync error and interrupt writes
- `input_schema`: support custom reducers and validators applied on input only for message integrity enforcement
- Docs
- Python not yet supported