From 84e9ebda91448f8a15da46bc0f2e1dc082042ac4 Mon Sep 17 00:00:00 2001 From: Sydney Runkle Date: Thu, 24 Apr 2025 08:16:03 -0700 Subject: [PATCH] add back auto gen content --- docs/docs/agents/prebuilt.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/docs/agents/prebuilt.md diff --git a/docs/docs/agents/prebuilt.md b/docs/docs/agents/prebuilt.md new file mode 100644 index 000000000..eb50c2025 --- /dev/null +++ b/docs/docs/agents/prebuilt.md @@ -0,0 +1,7 @@ +# Community Agents + +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. + +[//]: # (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.)