diff --git a/docs/docs/prebuilt.md b/docs/docs/prebuilt.md index 6a579b97e..182bcf7b4 100644 --- a/docs/docs/prebuilt.md +++ b/docs/docs/prebuilt.md @@ -1,37 +1,7 @@ -[//]: # (This file is automatically generated using a script in docs/_scripts. Do not edit this file directly!) # πŸš€ Prebuilt Agents -LangGraph includes a prebuilt React agent. For more information on how to use it, -check out our [how-to guides](https://langchain-ai.github.io/langgraph/how-tos/#prebuilt-react-agent). - -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 - -[//]: # (This file is automatically generated using a script in docs/_scripts. Do not edit this file directly!) -| Name | GitHub URL | Description | Weekly Downloads | -| --- | --- | --- | --- | -| **trustcall** | [hinthornw/trustcall](https://github.com/hinthornw/trustcall) | Tenacious tool calling built on LangGraph | 8803 | -| **langgraph-supervisor** | [langchain-ai/langgraph-supervisor](https://github.com/langchain-ai/langgraph-supervisor) | Build supervisor multi-agent systems with LangGraph | 636 | -| **breeze-agent** | [andrestorres123/breeze-agent](https://github.com/andrestorres123/breeze-agent) | A streamlined research system built inspired on STORM and built on LangGraph | 184 | - -## ✨ 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](https://github.com/langchain-ai/langgraph/blob/main/docs/_scripts/third_party_page/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 `StateGraph` instance) or - the Functional API (exposing an `entrypoint`). -- The package must include documentation (e.g., a `README.md` or docs site) - explaining how to use it. - -We'll review your contribution and merge it in! - -Thanks for contributing! πŸš€ +[//]: # (This file is stub. Do not edit this file directly!) +[//]: # (1. Update the `packages.yml` file in the `docs/_scripts/third_party_page` directory.) +[//]: # (2. From the /docs directory, run `make build-prebuilt` to generate an updated version of this file for testing locally.)