[PR #3749] Add vaultak integration #3774

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3749
Author: @samueloladji-beep
Created: 4/27/2026
Status: 🔄 Open

Base: mainHead: add-vaultak-integration


📝 Commits (5)

  • b36180c Add Vaultak runtime security integration for LangChain agents
  • 0f91d5e Add Vaultak runtime security integration for LangChain agents
  • e3dd888 docs: expand Vaultak provider page and add to all_providers index
  • bebdeda Fix Vale LangChain.DashesSpaces violation in vaultak.mdx
  • b623e56 Remove stray merge conflict marker in vaultak.mdx

📊 Changes

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

View changed files

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

📄 Description

Overview

Adds a complete provider page for Vaultak — a runtime security and behavioral
monitoring platform for LangChain agents. The langchain-vaultak package ships VaultakCallbackHandler,
which wraps any agent, chain, or LCEL pipeline and intercepts every action before it executes:
risk-scoring tool calls (0–10), enforcing policy rules, masking PII in tool outputs, alerting on errors,
and triggering automatic rollback on chain failures.

Install: pip install langchain-vaultak

Changes

  • src/oss/python/integrations/providers/vaultak.mdx — full provider page with:
    • Frontmatter (title, description)
    • Pip and uv install tabs (<CodeGroup>)
    • Usage examples: basic, AgentExecutor, LCEL, global callback
    • Configuration reference table (all five constructor parameters)
    • Callback-event coverage table (what Vaultak does at each LangChain lifecycle hook)
  • src/oss/python/integrations/providers/all_providers.mdx — adds Vaultak card in alphabetical order (between Valyu and VDMS)

Type of change

Type: New integration documentation

Related


🔄 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/3749 **Author:** [@samueloladji-beep](https://github.com/samueloladji-beep) **Created:** 4/27/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-vaultak-integration` --- ### 📝 Commits (5) - [`b36180c`](https://github.com/langchain-ai/docs/commit/b36180cf92e243706f9ef6ab43ad8d4f2a100b9f) Add Vaultak runtime security integration for LangChain agents - [`0f91d5e`](https://github.com/langchain-ai/docs/commit/0f91d5e893734a58345a30f56a3b08775276e4fe) Add Vaultak runtime security integration for LangChain agents - [`e3dd888`](https://github.com/langchain-ai/docs/commit/e3dd8883d98592ae78ec4ef50a42a25b39d0bc5a) docs: expand Vaultak provider page and add to all_providers index - [`bebdeda`](https://github.com/langchain-ai/docs/commit/bebdedacc97069e777360481cbcef1841c6ee9ea) Fix Vale LangChain.DashesSpaces violation in vaultak.mdx - [`b623e56`](https://github.com/langchain-ai/docs/commit/b623e562c7254ff12803fe37dfa6eecc0bc13311) Remove stray merge conflict marker in vaultak.mdx ### 📊 Changes **2 files changed** (+124 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+8 -0) ➕ `src/oss/python/integrations/providers/vaultak.mdx` (+116 -0) </details> ### 📄 Description ## Overview Adds a complete provider page for [Vaultak](https://vaultak.com) — a runtime security and behavioral monitoring platform for LangChain agents. The `langchain-vaultak` package ships `VaultakCallbackHandler`, which wraps any agent, chain, or LCEL pipeline and intercepts every action before it executes: risk-scoring tool calls (0–10), enforcing policy rules, masking PII in tool outputs, alerting on errors, and triggering automatic rollback on chain failures. Install: `pip install langchain-vaultak` ## Changes - **`src/oss/python/integrations/providers/vaultak.mdx`** — full provider page with: - Frontmatter (`title`, `description`) - Pip and uv install tabs (`<CodeGroup>`) - Usage examples: basic, `AgentExecutor`, LCEL, global callback - Configuration reference table (all five constructor parameters) - Callback-event coverage table (what Vaultak does at each LangChain lifecycle hook) - **`src/oss/python/integrations/providers/all_providers.mdx`** — adds Vaultak card in alphabetical order (between Valyu and VDMS) ## Type of change **Type:** New integration documentation ## Related - PyPI: https://pypi.org/project/langchain-vaultak/ - GitHub: https://github.com/vaultak/langchain-vaultak - Vaultak docs: https://docs.vaultak.com --- <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:06 -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#3774