Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/oss/javascript/integrations/middleware/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@ Middleware enables context engineering, harness customization, and runtime safet

## Community integrations

| Middleware | Description | Source |
|-----------|-------------|--------|
| [langchain-task-steering](https://github.com/edvinhallvaxhiu/langchain-task-steering) | Implicit state-machine middleware for ordered task pipelines with per-task tool scoping, dynamic prompt injection, and composable completion validation. | [`edvinhallvaxhiu/langchain-task-steering`](https://github.com/edvinhallvaxhiu/langchain-task-steering) |

Have a middleware to share? [Open a PR](https://github.com/langchain-ai/docs) to add it here.
Loading