[PR #361] [CLOSED] migrate to new imports #1403

Closed
opened 2026-02-20 17:44:38 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/361
Author: @eyurtsev
Created: 4/29/2024
Status: Closed

Base: mainHead: eugene/migrate_langgraph


📝 Commits (4)

📊 Changes

21 files changed (+146 additions, -148 deletions)

View changed files

📝 examples/async.ipynb (+1 -1)
📝 examples/chat_agent_executor_with_function_calling/base.ipynb (+1 -1)
📝 examples/chat_agent_executor_with_function_calling/dynamically-returning-directly.ipynb (+1 -1)
📝 examples/chat_agent_executor_with_function_calling/force-calling-a-tool-first.ipynb (+1 -1)
📝 examples/chat_agent_executor_with_function_calling/human-in-the-loop.ipynb (+1 -1)
📝 examples/chat_agent_executor_with_function_calling/managing-agent-steps.ipynb (+1 -1)
📝 examples/chat_agent_executor_with_function_calling/respond-in-format.ipynb (+1 -2)
📝 examples/chatbot-simulation-evaluation/agent-simulation-evaluation.ipynb (+1 -1)
📝 examples/chatbot-simulation-evaluation/simulation_utils.py (+1 -1)
📝 examples/lats/lats.ipynb (+1 -4)
📝 examples/llm-compiler/math_tools.py (+1 -1)
📝 examples/multi_agent/agent_supervisor.ipynb (+1 -1)
📝 examples/rag/langgraph_agentic_rag.ipynb (+5 -7)
📝 examples/rag/langgraph_rag_agent_llama3_local.ipynb (+5 -6)
📝 examples/reflection/reflection.ipynb (+1 -1)
📝 examples/reflexion/reflexion.ipynb (+1 -5)
📝 examples/state-model.ipynb (+1 -1)
📝 examples/streaming-tokens.ipynb (+1 -1)
📝 examples/visualization.ipynb (+108 -91)
📝 tests/test_pregel.py (+6 -10)

...and 1 more files

📄 Description

Output after running:

langchain-cli migrate --include-ipynb .

from root directory.

Had to edit the tests by hand due to local scope imports -- which aren't
handeled currently by the migration script.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraph/pull/361 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 4/29/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `eugene/migrate_langgraph` --- ### 📝 Commits (4) - [`ad3f549`](https://github.com/langchain-ai/langgraph/commit/ad3f549099589c861caa8ff1038df7df16637529) x - [`18f9114`](https://github.com/langchain-ai/langgraph/commit/18f911456896fad409885716a6ae894cff318a9c) x - [`4ebc5b2`](https://github.com/langchain-ai/langgraph/commit/4ebc5b2c8a41c03e885ff33ca3b9e8f1a5cfd434) x - [`fc64ae5`](https://github.com/langchain-ai/langgraph/commit/fc64ae50d01ddeea6b5cfd88e5adbefc35ed59ee) x ### 📊 Changes **21 files changed** (+146 additions, -148 deletions) <details> <summary>View changed files</summary> 📝 `examples/async.ipynb` (+1 -1) 📝 `examples/chat_agent_executor_with_function_calling/base.ipynb` (+1 -1) 📝 `examples/chat_agent_executor_with_function_calling/dynamically-returning-directly.ipynb` (+1 -1) 📝 `examples/chat_agent_executor_with_function_calling/force-calling-a-tool-first.ipynb` (+1 -1) 📝 `examples/chat_agent_executor_with_function_calling/human-in-the-loop.ipynb` (+1 -1) 📝 `examples/chat_agent_executor_with_function_calling/managing-agent-steps.ipynb` (+1 -1) 📝 `examples/chat_agent_executor_with_function_calling/respond-in-format.ipynb` (+1 -2) 📝 `examples/chatbot-simulation-evaluation/agent-simulation-evaluation.ipynb` (+1 -1) 📝 `examples/chatbot-simulation-evaluation/simulation_utils.py` (+1 -1) 📝 `examples/lats/lats.ipynb` (+1 -4) 📝 `examples/llm-compiler/math_tools.py` (+1 -1) 📝 `examples/multi_agent/agent_supervisor.ipynb` (+1 -1) 📝 `examples/rag/langgraph_agentic_rag.ipynb` (+5 -7) 📝 `examples/rag/langgraph_rag_agent_llama3_local.ipynb` (+5 -6) 📝 `examples/reflection/reflection.ipynb` (+1 -1) 📝 `examples/reflexion/reflexion.ipynb` (+1 -5) 📝 `examples/state-model.ipynb` (+1 -1) 📝 `examples/streaming-tokens.ipynb` (+1 -1) 📝 `examples/visualization.ipynb` (+108 -91) 📝 `tests/test_pregel.py` (+6 -10) _...and 1 more files_ </details> ### 📄 Description Output after running: ```shell langchain-cli migrate --include-ipynb . ``` from root directory. Had to edit the tests by hand due to local scope imports -- which aren't handeled currently by the migration script. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-20 17:44:38 -05:00
yindo closed this issue 2026-02-20 17:44:38 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1403