[PR #3342] doc: "Add OpenBox middleware integration" #3401

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3342
Author: @ash-krnl
Created: 3/27/2026
Status: 🔄 Open

Base: mainHead: feat-add-openbox-middleware


📝 Commits (5)

  • bd5ad07 doc: "Add OpenBox middleware integration"
  • ad21130 fix: "fixed the index pointing to the OpenBox MDX"
  • 6c940fe fix: minor fixes
  • 980a44b fix: error related to LangChain's terminology standards fixed
  • 5d5b4cc Merge branch 'main' into feat-add-openbox-middleware

📊 Changes

2 files changed (+467 additions, -0 deletions)

View changed files

📝 src/oss/python/integrations/middleware/index.mdx (+1 -0)
src/oss/python/integrations/middleware/openbox.mdx (+466 -0)

📄 Description

Overview

Adds a new integration page for OpenBox, a real-time governance and observability middleware for LangGraph and DeepAgents applications. The page covers both openbox-langgraph-sdk-python and openbox-deepagent-sdk-python, including quickstart examples, full configuration references, OTel hook governance, per-subagent Rego policy targeting, HITL setup, error handling, and known limitations.

Type of change

Type: New documentation page

Related issues/PRs

  • GitHub issue:
  • Feature PR:

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

Both packages are authored and maintained by OpenBox and are published on PyPI:


🔄 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/3342 **Author:** [@ash-krnl](https://github.com/ash-krnl) **Created:** 3/27/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat-add-openbox-middleware` --- ### 📝 Commits (5) - [`bd5ad07`](https://github.com/langchain-ai/docs/commit/bd5ad070bfee45849e104b06ea421c3b20309ef2) doc: "Add OpenBox middleware integration" - [`ad21130`](https://github.com/langchain-ai/docs/commit/ad211301ea2d90add7d22391539338c98419418f) fix: "fixed the index pointing to the OpenBox MDX" - [`6c940fe`](https://github.com/langchain-ai/docs/commit/6c940fe26970a9fddcfab381effff1fa5b36467f) fix: minor fixes - [`980a44b`](https://github.com/langchain-ai/docs/commit/980a44b7dda517101f7f1fdb288e9968213df56b) fix: error related to LangChain's terminology standards fixed - [`5d5b4cc`](https://github.com/langchain-ai/docs/commit/5d5b4ccc40c9eeb8f066321db47073313c5d7354) Merge branch 'main' into feat-add-openbox-middleware ### 📊 Changes **2 files changed** (+467 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/middleware/index.mdx` (+1 -0) ➕ `src/oss/python/integrations/middleware/openbox.mdx` (+466 -0) </details> ### 📄 Description ## Overview Adds a new integration page for [OpenBox](https://openbox.ai), a real-time governance and observability middleware for LangGraph and DeepAgents applications. The page covers both `openbox-langgraph-sdk-python` and `openbox-deepagent-sdk-python`, including quickstart examples, full configuration references, OTel hook governance, per-subagent Rego policy targeting, HITL setup, error handling, and known limitations. ## Type of change **Type:** New documentation page ## Related issues/PRs - GitHub issue: - Feature PR: ## 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 - [x] I have updated navigation in `src/docs.json` if needed ## Additional notes Both packages are authored and maintained by OpenBox and are published on PyPI: - [`openbox-langgraph-sdk-python`](https://pypi.org/project/openbox-langgraph-sdk-python/) - [`openbox-deepagent-sdk-python`](https://pypi.org/project/openbox-deepagent-sdk-python/) --- <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:22:58 -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#3401