[PR #3533] [MERGED] docs: add task-steering middleware integration (js) #3575

Closed
opened 2026-06-05 18:23:32 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3533
Author: @edvinhallvaxhiu
Created: 4/10/2026
Status: Merged
Merged: 4/13/2026
Merged by: @lnhsingh

Base: mainHead: main


📝 Commits (4)

  • 1a63e42 Add community integrations section to middleware docs
  • 09bb5ad Merge branch 'main' into main
  • d955a29 Merge branch 'main' into main
  • e62b44b Merge branch 'main' into main

📊 Changes

1 file changed (+4 additions, -0 deletions)

View changed files

📝 src/oss/javascript/integrations/middleware/index.mdx (+4 -0)

📄 Description

Overview

Adds langchain-task-steering to the community middleware integrations table. Task-steering is an implicit state-machine middleware that turns
an ordered list of tasks into an enforced pipeline inside any LangChain agent, with per-task tool scoping, dynamic prompt injection, and composable completion validation.

Type of change

Type: Update existing documentation

Related issues/PRs

  • GitHub issue: N/A
  • Feature PR: N/A

Checklist

  • I have read the contributing guidelines, including the language policy
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

Additional notes

This adds a single row to the community middleware table. The package provides ordered task pipelines where the model drives its own transitions
via an update_task_status tool while the middleware enforces ordering, scopes tools per task, injects a live status board into the system prompt, and gates completion through
pluggable validators.

Source: https://github.com/edvinhallvaxhiu/langchain-task-steering


🔄 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/3533 **Author:** [@edvinhallvaxhiu](https://github.com/edvinhallvaxhiu) **Created:** 4/10/2026 **Status:** ✅ Merged **Merged:** 4/13/2026 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`1a63e42`](https://github.com/langchain-ai/docs/commit/1a63e426f1dd00e3de508ad53ef1872aed89ff26) Add community integrations section to middleware docs - [`09bb5ad`](https://github.com/langchain-ai/docs/commit/09bb5ad0bd7422589c3498f3d053530caa130892) Merge branch 'main' into main - [`d955a29`](https://github.com/langchain-ai/docs/commit/d955a2972b3a94fb73d13c43b49ade08f03afd39) Merge branch 'main' into main - [`e62b44b`](https://github.com/langchain-ai/docs/commit/e62b44b81f93580f0cec42037adf20711e8c61e4) Merge branch 'main' into main ### 📊 Changes **1 file changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/javascript/integrations/middleware/index.mdx` (+4 -0) </details> ### 📄 Description ## Overview Adds [langchain-task-steering](https://www.npmjs.com/package/langchain-task-steering) to the community middleware integrations table. Task-steering is an implicit state-machine middleware that turns an ordered list of tasks into an enforced pipeline inside any LangChain agent, with per-task tool scoping, dynamic prompt injection, and composable completion validation. ## Type of change **Type:** Update existing documentation ## Related issues/PRs - GitHub issue: N/A - Feature PR: N/A ## Checklist - [x] I have read the [contributing guidelines](README.md), including the [language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [ ] I have updated navigation in `src/docs.json` if needed ## Additional notes This adds a single row to the community middleware table. The package provides ordered task pipelines where the model drives its own transitions via an `update_task_status` tool while the middleware enforces ordering, scopes tools per task, injects a live status board into the system prompt, and gates completion through pluggable validators. Source: https://github.com/edvinhallvaxhiu/langchain-task-steering --- <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-06-05 18:23:32 -04:00
yindo closed this issue 2026-06-05 18:23:32 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3575