Skip to content

docs: add task-steering middleware integration (js)#3533

Merged
Lauren Hirata Singh (lnhsingh) merged 4 commits intolangchain-ai:mainfrom
edvinhallvaxhiu:main
Apr 13, 2026
Merged

docs: add task-steering middleware integration (js)#3533
Lauren Hirata Singh (lnhsingh) merged 4 commits intolangchain-ai:mainfrom
edvinhallvaxhiu:main

Conversation

@edvinhallvaxhiu
Copy link
Copy Markdown
Contributor

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

@lnhsingh Lauren Hirata Singh (lnhsingh) merged commit 8e38eeb into langchain-ai:main Apr 13, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

external User is not a member of langchain-ai javascript langchain For docs changes to LangChain oss

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants