[PR #673] [CLOSED] fix(langchain/createAgent): various code updates after HITL changes #914

Closed
opened 2026-02-17 17:21:22 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/673
Author: @christian-bromann
Created: 9/27/2025
Status: Closed

Base: mainHead: cb/agent-updates


📝 Commits (2)

  • 80a3fc3 fix(langchain/createAgent): various code updates after HITL changes
  • 901050a fix test page

📊 Changes

4 files changed (+121 additions, -101 deletions)

View changed files

📝 src/oss/langchain/agents.mdx (+1 -2)
📝 src/oss/langchain/mcp.mdx (+1 -2)
📝 src/oss/langchain/middleware.mdx (+110 -81)
📝 src/oss/langchain/test.mdx (+9 -16)

📄 Description

Various code updates after last week:

  • interrupt_on instead of tool_configs
  • systemPrompt everywhere in JS
  • moving middleware import path to root

cc @sydney-runkle @eyurtsev


🔄 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/docs/pull/673 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 9/27/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `cb/agent-updates` --- ### 📝 Commits (2) - [`80a3fc3`](https://github.com/langchain-ai/docs/commit/80a3fc32ba823e4d0b5ca40d85d1d0fa17da661c) fix(langchain/createAgent): various code updates after HITL changes - [`901050a`](https://github.com/langchain-ai/docs/commit/901050a7def06e4f5bae94e97ca071377f0516c3) fix test page ### 📊 Changes **4 files changed** (+121 additions, -101 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langchain/agents.mdx` (+1 -2) 📝 `src/oss/langchain/mcp.mdx` (+1 -2) 📝 `src/oss/langchain/middleware.mdx` (+110 -81) 📝 `src/oss/langchain/test.mdx` (+9 -16) </details> ### 📄 Description Various code updates after last week: - `interrupt_on` instead of `tool_configs` - `systemPrompt` everywhere in JS - moving middleware import path to root cc @sydney-runkle @eyurtsev --- <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-17 17:21:22 -05:00
yindo closed this issue 2026-02-17 17:21:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#914