[PR #3789] docs: add Interven integration provider page #3809

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3789
Author: @boltyx0
Created: 4/29/2026
Status: 🔄 Open

Base: mainHead: add-interven-provider-page


📝 Commits (1)

  • 27f5054 docs: add Interven integration provider page

📊 Changes

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

View changed files

📝 src/oss/python/integrations/providers/all_providers.mdx (+8 -0)
src/oss/python/integrations/providers/interven.mdx (+114 -0)

📄 Description

Overview

Adds a provider documentation page for Interven, an open-source policy engine and audit gateway for AI agents. Works with any LangChain or LangGraph agent through the interven-langchain package (MIT, on PyPI). The page documents installation, four idiomatic integration patterns (callback, tool wrapper, LangGraph custom node, compiled-graph guard), and the LangSmith trace integration.

Also adds an Interven card to all_providers.mdx (alphabetically between Intel and Isaacus).

Type of change

Type: New documentation page

Related issues/PRs

  • GitHub issue: none
  • Feature PR: none

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

  • I was unable to run docs dev locally on Windows; instead I matched the frontmatter format against existing provider pages (pebblo/index.mdx, portkey/index.mdx) and verified all internal links use root-relative paths.
  • src/docs.json was not updated. Only the 9 "Popular Providers" appear there; the other ~290 provider pages (including the adjacent pebblo and portkey) are not referenced from docs.json. Following the existing convention, interven is listed in all_providers.mdx only.
  • The interven-langchain package is at version 0.3.0 on PyPI and the hosted gateway has self-serve signup at app.intervensecurity.com/signup so reviewers can validate the code samples end-to-end.
  • A reference repo with all four patterns as runnable examples is at https://github.com/boltyx0/langchain-reference.

🔄 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/3789 **Author:** [@boltyx0](https://github.com/boltyx0) **Created:** 4/29/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-interven-provider-page` --- ### 📝 Commits (1) - [`27f5054`](https://github.com/langchain-ai/docs/commit/27f50546d9767bb9e59fb292d840e7b543826a67) docs: add Interven integration provider page ### 📊 Changes **2 files changed** (+122 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+8 -0) ➕ `src/oss/python/integrations/providers/interven.mdx` (+114 -0) </details> ### 📄 Description ## Overview Adds a provider documentation page for [Interven](https://intervensecurity.com), an open-source policy engine and audit gateway for AI agents. Works with any LangChain or LangGraph agent through the [`interven-langchain`](https://pypi.org/project/interven-langchain/) package (MIT, on PyPI). The page documents installation, four idiomatic integration patterns (callback, tool wrapper, LangGraph custom node, compiled-graph guard), and the LangSmith trace integration. Also adds an `Interven` card to `all_providers.mdx` (alphabetically between `Intel` and `Isaacus`). ## Type of change **Type:** New documentation page ## Related issues/PRs - GitHub issue: none - Feature PR: none ## Checklist - [x] I have read the [contributing guidelines](https://docs.langchain.com/oss/python/contributing/overview), including the [language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy) - [ ] 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 - I was unable to run `docs dev` locally on Windows; instead I matched the frontmatter format against existing provider pages (`pebblo/index.mdx`, `portkey/index.mdx`) and verified all internal links use root-relative paths. - `src/docs.json` was not updated. Only the 9 "Popular Providers" appear there; the other ~290 provider pages (including the adjacent `pebblo` and `portkey`) are not referenced from `docs.json`. Following the existing convention, `interven` is listed in `all_providers.mdx` only. - The `interven-langchain` package is at version 0.3.0 on PyPI and the hosted gateway has self-serve signup at `app.intervensecurity.com/signup` so reviewers can validate the code samples end-to-end. - A reference repo with all four patterns as runnable examples is at <https://github.com/boltyx0/langchain-reference>. --- <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:13 -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#3809