Skip to content
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions src/oss/python/integrations/middleware/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Middleware enables context engineering, harness customization, and runtime safet
| Middleware | Description | Source |
|-----------|-------------|--------|
| [Cisco AI Defense](https://github.com/cisco-ai-defense/ai-defense-langchain-middleware) | Runtime security inspection | [`cisco-ai-defense/ai-defense-langchain-middleware`](https://github.com/cisco-ai-defense/ai-defense-langchain-middleware) |
| [OpenBox](/oss/integrations/middleware/openbox) | Policies, guardrails, HITL, OTel hook governance, and behavior rules | [`openbox-ai/openbox-deepagents-sdk-python`](https://github.com/OpenBox-AI/openbox-deepagents-sdk-python) |
| [compact-middleware](https://github.com/emanueleielo/compact-middleware) | Claude Code's compaction engine as LangChain middleware. Multi-level context compaction for long-running agents. | [`emanueleielo/compact-middleware`](https://github.com/emanueleielo/compact-middleware) |
| [langchain-collapse](https://github.com/johanity/langchain-collapse) | Preventive context management. Collapses consecutive tool-call groups before they fill the context window. | [`johanity/langchain-collapse`](https://github.com/johanity/langchain-collapse) |
| [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) |
Expand Down
Loading
Loading