[PR #89] [MERGED] feat: pass post model hook down #455

Closed
opened 2026-02-16 09:16:04 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagents/pull/89
Author: @Palashio
Created: 9/2/2025
Status: Merged
Merged: 9/2/2025
Merged by: @hwchase17

Base: masterHead: palash/pass-interrupt-down


📝 Commits (1)

  • 6cd9780 feat: pass post model hook down

📊 Changes

3 files changed (+25 additions, -21 deletions)

View changed files

📝 README.md (+1 -1)
📝 src/deepagents/graph.py (+16 -13)
📝 src/deepagents/sub_agent.py (+8 -7)

📄 Description

  • passes down the interrupt config in the post model hook down to the subagents

🔄 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/deepagents/pull/89 **Author:** [@Palashio](https://github.com/Palashio) **Created:** 9/2/2025 **Status:** ✅ Merged **Merged:** 9/2/2025 **Merged by:** [@hwchase17](https://github.com/hwchase17) **Base:** `master` ← **Head:** `palash/pass-interrupt-down` --- ### 📝 Commits (1) - [`6cd9780`](https://github.com/langchain-ai/deepagents/commit/6cd9780071d2d8d1e87f53b22897147a70d89b0c) feat: pass post model hook down ### 📊 Changes **3 files changed** (+25 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `src/deepagents/graph.py` (+16 -13) 📝 `src/deepagents/sub_agent.py` (+8 -7) </details> ### 📄 Description - passes down the interrupt config in the post model hook down to the subagents --- <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-16 09:16:04 -05:00
yindo closed this issue 2026-02-16 09:16:04 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagents#455