From e87f0fb0cd081bd480a0693f52b3daa0322175da Mon Sep 17 00:00:00 2001 From: Syed Baqar Abbas <76920434+SyedBaqarAbbas@users.noreply.github.com> Date: Wed, 30 Jul 2025 23:26:28 +0500 Subject: [PATCH] docs: The notebook redirects to a page that does not exist (#5638) **docs: The notebook redirects to a page that does not exist** - **Description:** The current documentation redirects to a file that does not exist. I have removed the doc to avoid confusion. - **Issue:** Fixes #5637 --- examples/multi_agent/agent_supervisor.ipynb | 33 --------------------- 1 file changed, 33 deletions(-) delete mode 100644 examples/multi_agent/agent_supervisor.ipynb diff --git a/examples/multi_agent/agent_supervisor.ipynb b/examples/multi_agent/agent_supervisor.ipynb deleted file mode 100644 index 505578632..000000000 --- a/examples/multi_agent/agent_supervisor.ipynb +++ /dev/null @@ -1,33 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "id": "5eb637a4", - "metadata": {}, - "source": [ - "This file has been moved to https://github.com/langchain-ai/langgraph/blob/main/docs/docs/tutorials/multi_agent/agent_supervisor.ipynb" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3 (ipykernel)", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.11.9" - } - }, - "nbformat": 4, - "nbformat_minor": 5 -}