[PR #113] [MERGED] Format #1247

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/113
Author: @hinthornw
Created: 2/16/2024
Status: Merged
Merged: 2/16/2024
Merged by: @hinthornw

Base: mainHead: wfh/black_format


📝 Commits (1)

📊 Changes

20 files changed (+265 additions, -173 deletions)

View changed files

📝 examples/agent_executor/base.ipynb (+19 -16)
📝 examples/agent_executor/force-calling-a-tool-first.ipynb (+27 -23)
📝 examples/agent_executor/high-level.ipynb (+11 -6)
📝 examples/agent_executor/human-in-the-loop.ipynb (+18 -16)
📝 examples/agent_executor/managing-agent-steps.ipynb (+20 -18)
📝 examples/async.ipynb (+13 -7)
📝 examples/chat_agent_executor_with_function_calling/base.ipynb (+13 -7)
📝 examples/chat_agent_executor_with_function_calling/dynamically-returning-directly.ipynb (+23 -12)
📝 examples/chat_agent_executor_with_function_calling/force-calling-a-tool-first.ipynb (+22 -15)
📝 examples/chat_agent_executor_with_function_calling/human-in-the-loop.ipynb (+12 -7)
📝 examples/chat_agent_executor_with_function_calling/managing-agent-steps.ipynb (+11 -7)
📝 examples/chat_agent_executor_with_function_calling/respond-in-format.ipynb (+15 -7)
📝 examples/chatbot-simulation-evaluation/agent-simulation-evaluation.ipynb (+5 -3)
📝 examples/human-in-the-loop.ipynb (+12 -5)
📝 examples/persistence.ipynb (+11 -4)
📝 examples/rag/langgraph_crag.ipynb (+8 -4)
📝 examples/rag/langgraph_crag_mistral.ipynb (+3 -3)
📝 examples/rag/langgraph_self_rag.ipynb (+2 -2)
📝 examples/self-discover/self-discover.ipynb (+9 -7)
📝 examples/streaming-tokens.ipynb (+11 -4)

📄 Description

No description provided


🔄 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/113 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 2/16/2024 **Status:** ✅ Merged **Merged:** 2/16/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/black_format` --- ### 📝 Commits (1) - [`e9a7ad8`](https://github.com/langchain-ai/langgraph/commit/e9a7ad8b69d1d4438b8fa46e5abeda8c6bde5500) Format ### 📊 Changes **20 files changed** (+265 additions, -173 deletions) <details> <summary>View changed files</summary> 📝 `examples/agent_executor/base.ipynb` (+19 -16) 📝 `examples/agent_executor/force-calling-a-tool-first.ipynb` (+27 -23) 📝 `examples/agent_executor/high-level.ipynb` (+11 -6) 📝 `examples/agent_executor/human-in-the-loop.ipynb` (+18 -16) 📝 `examples/agent_executor/managing-agent-steps.ipynb` (+20 -18) 📝 `examples/async.ipynb` (+13 -7) 📝 `examples/chat_agent_executor_with_function_calling/base.ipynb` (+13 -7) 📝 `examples/chat_agent_executor_with_function_calling/dynamically-returning-directly.ipynb` (+23 -12) 📝 `examples/chat_agent_executor_with_function_calling/force-calling-a-tool-first.ipynb` (+22 -15) 📝 `examples/chat_agent_executor_with_function_calling/human-in-the-loop.ipynb` (+12 -7) 📝 `examples/chat_agent_executor_with_function_calling/managing-agent-steps.ipynb` (+11 -7) 📝 `examples/chat_agent_executor_with_function_calling/respond-in-format.ipynb` (+15 -7) 📝 `examples/chatbot-simulation-evaluation/agent-simulation-evaluation.ipynb` (+5 -3) 📝 `examples/human-in-the-loop.ipynb` (+12 -5) 📝 `examples/persistence.ipynb` (+11 -4) 📝 `examples/rag/langgraph_crag.ipynb` (+8 -4) 📝 `examples/rag/langgraph_crag_mistral.ipynb` (+3 -3) 📝 `examples/rag/langgraph_self_rag.ipynb` (+2 -2) 📝 `examples/self-discover/self-discover.ipynb` (+9 -7) 📝 `examples/streaming-tokens.ipynb` (+11 -4) </details> ### 📄 Description _No description provided_ --- <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:16 -05:00
yindo closed this issue 2026-02-20 17:44:16 -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#1247