From c70f283f83b57c719d570324fc120135181fd9d0 Mon Sep 17 00:00:00 2001 From: Neha Gawhane Date: Wed, 30 Jul 2025 23:55:55 +0530 Subject: [PATCH] chore(examples): remove outdated HITL notebooks pointing to 404s (#5731) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description:** Removed 4 broken notebooks in `examples/human_in_the_loop/` that referenced missing files (list below). These notebooks displayed redirect messages but the new paths are either invalid or don’t contain content. Filenames: 1. examples/human_in_the_loop/dynamic_breakpoints.ipynb 2. examples/human_in_the_loop/edit-graph-state.ipynb 3. examples/human_in_the_loop/review-tool-calls.ipynb 4. examples/human_in_the_loop/time-travel.ipynb **Issue:** Closes #5642 **Dependencies:** None Co-authored-by: gawhaarya --- .../dynamic_breakpoints.ipynb | 33 ------------------- .../human_in_the_loop/edit-graph-state.ipynb | 33 ------------------- .../human_in_the_loop/review-tool-calls.ipynb | 33 ------------------- examples/human_in_the_loop/time-travel.ipynb | 33 ------------------- 4 files changed, 132 deletions(-) delete mode 100644 examples/human_in_the_loop/dynamic_breakpoints.ipynb delete mode 100644 examples/human_in_the_loop/edit-graph-state.ipynb delete mode 100644 examples/human_in_the_loop/review-tool-calls.ipynb delete mode 100644 examples/human_in_the_loop/time-travel.ipynb diff --git a/examples/human_in_the_loop/dynamic_breakpoints.ipynb b/examples/human_in_the_loop/dynamic_breakpoints.ipynb deleted file mode 100644 index bcce2e5bd..000000000 --- a/examples/human_in_the_loop/dynamic_breakpoints.ipynb +++ /dev/null @@ -1,33 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "id": "b3cec425", - "metadata": {}, - "source": [ - "This file has been moved to https://github.com/langchain-ai/langgraph/blob/main/docs/docs/how-tos/human_in_the_loop/dynamic_breakpoints.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 -} diff --git a/examples/human_in_the_loop/edit-graph-state.ipynb b/examples/human_in_the_loop/edit-graph-state.ipynb deleted file mode 100644 index bbc7c4516..000000000 --- a/examples/human_in_the_loop/edit-graph-state.ipynb +++ /dev/null @@ -1,33 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "id": "4876215f", - "metadata": {}, - "source": [ - "This file has been moved to https://github.com/langchain-ai/langgraph/blob/main/docs/docs/how-tos/human_in_the_loop/edit-graph-state.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.8" - } - }, - "nbformat": 4, - "nbformat_minor": 5 -} diff --git a/examples/human_in_the_loop/review-tool-calls.ipynb b/examples/human_in_the_loop/review-tool-calls.ipynb deleted file mode 100644 index 85059d741..000000000 --- a/examples/human_in_the_loop/review-tool-calls.ipynb +++ /dev/null @@ -1,33 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "id": "b162f1bd", - "metadata": {}, - "source": [ - "This file has been moved to https://github.com/langchain-ai/langgraph/blob/main/docs/docs/how-tos/human_in_the_loop/review-tool-calls.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 -} diff --git a/examples/human_in_the_loop/time-travel.ipynb b/examples/human_in_the_loop/time-travel.ipynb deleted file mode 100644 index 03ae1b78d..000000000 --- a/examples/human_in_the_loop/time-travel.ipynb +++ /dev/null @@ -1,33 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "id": "84c5f6f1", - "metadata": {}, - "source": [ - "This file has been moved to https://github.com/langchain-ai/langgraph/blob/main/docs/docs/how-tos/human_in_the_loop/time-travel.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 -}