mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-20 06:35:46 +02:00
2.0 KiB
2.0 KiB
🚀 Prebuilt Agents
LangGraph includes a prebuilt React agent. For more information on how to use it, check out our how-to guides.
If you’re looking for other prebuilt libraries, explore the community-built options below. These libraries can extend LangGraph's functionality in various ways.
📚 Available Libraries
| Name | GitHub URL | Description | Weekly Downloads |
|---|---|---|---|
| trustcall | hinthornw/trustcall | Tenacious tool calling built on LangGraph | 11189 |
| langgraph-supervisor | langchain-ai/langgraph-supervisor | Build supervisor multi-agent systems with LangGraph | 1291 |
| breeze-agent | andrestorres123/breeze-agent | A streamlined research system built inspired on STORM and built on LangGraph | 226 |
✨ Contributing Your Library
Have you built an awesome open-source library using LangGraph? We'd love to feature your project on the official LangGraph documentation pages! 🏆
To share your project, simply open a Pull Request adding an entry for your package in our packages.yml file.
Guidelines
- Your repo must be distributed as an installable package (e.g., PyPI for Python, npm for JavaScript/TypeScript, etc.) 📦
- The repo should either use the Graph API (exposing a
StateGraphinstance) or the Functional API (exposing anentrypoint). - The package must include documentation (e.g., a
README.mdor docs site) explaining how to use it.
We'll review your contribution and merge it in!
Thanks for contributing! 🚀