[PR #3764] docs: add DeepKeep AI Firewall middleware integration #3792

Open
opened 2026-06-05 18:53:09 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3764
Author: @gilarel
Created: 4/28/2026
Status: 🔄 Open

Base: mainHead: main


📝 Commits (7)

  • 31a42eb docs: add DeepKeep AI Firewall middleware integration
  • ea38abb Merge branch 'main' into main
  • da814e5 Merge branch 'main' into main
  • 488badf Merge branch 'main' into main
  • 520ac93 Merge branch 'langchain-ai:main' into main
  • 3cc69cf Merge branch 'main' into main
  • 7bdcfb7 Merge branch 'langchain-ai:main' into main

📊 Changes

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

View changed files

src/oss/python/integrations/middleware/deepkeep.mdx (+166 -0)

📄 Description

Adds documentation for the langchain-deepkeep package, a LangChain LCEL integration for the DeepKeep AI Firewall.
The package is published and installable via pip install langchain-deepkeep. It provides DeepKeepFirewall (wraps any Runnable with input + output moderation) and DeepKeepGuardrails (standalone LCEL Runnable for composing with |).


🔄 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/3764 **Author:** [@gilarel](https://github.com/gilarel) **Created:** 4/28/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (7) - [`31a42eb`](https://github.com/langchain-ai/docs/commit/31a42ebef9f1d72211e84f60a5c3f9da884d6512) docs: add DeepKeep AI Firewall middleware integration - [`ea38abb`](https://github.com/langchain-ai/docs/commit/ea38abbac7b1b294559612ddbd6220c7c8d82029) Merge branch 'main' into main - [`da814e5`](https://github.com/langchain-ai/docs/commit/da814e545447673d60a88c32513f428512c4cce8) Merge branch 'main' into main - [`488badf`](https://github.com/langchain-ai/docs/commit/488badf7a65ed3682eca55dc2a8f5c36570d7386) Merge branch 'main' into main - [`520ac93`](https://github.com/langchain-ai/docs/commit/520ac936642bd4e749336147b581d17b9f0c7919) Merge branch 'langchain-ai:main' into main - [`3cc69cf`](https://github.com/langchain-ai/docs/commit/3cc69cf5d84c7570ca03f20c5c304add7f47d2b5) Merge branch 'main' into main - [`7bdcfb7`](https://github.com/langchain-ai/docs/commit/7bdcfb70f5a047cde5fe24f9a8ee4c8ac119c20a) Merge branch 'langchain-ai:main' into main ### 📊 Changes **1 file changed** (+166 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/python/integrations/middleware/deepkeep.mdx` (+166 -0) </details> ### 📄 Description Adds documentation for the [langchain-deepkeep](https://pypi.org/project/langchain-deepkeep/) package, a LangChain LCEL integration for the [DeepKeep AI Firewall](https://deepkeep.ai/). The package is published and installable via pip install langchain-deepkeep. It provides DeepKeepFirewall (wraps any Runnable with input + output moderation) and DeepKeepGuardrails (standalone LCEL Runnable for composing with |). --- <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:53:09 -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#3792