[PR #3438] docs: Add SupraWall Callback Handler Integration Guide #3489

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

📋 Pull Request Information

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

Base: mainHead: feat/suprawall-callback


📝 Commits (1)

  • ead8060 Add SupraWall callback integration guide

📊 Changes

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

View changed files

docs/integrations/callbacks/suprawall.mdx (+41 -0)

📄 Description

This PR adds documentation for the SupraWall integration, a deterministic security and compliance layer for LangChain agents. SupraWall provides a SupraWallCallbackHandler that allows developers to:

  • Enforce human-in-the-loop approvals for destructive tools.
    • Maintain tamper-evident audit logs (essential for EU AI Act compliance).
    • Block prompt injections at the tool-execution level.

🔄 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/3438 **Author:** [@wiserautomation](https://github.com/wiserautomation) **Created:** 4/4/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat/suprawall-callback` --- ### 📝 Commits (1) - [`ead8060`](https://github.com/langchain-ai/docs/commit/ead8060b3e8ebb64c4f1162ab702f018dfb75c7e) Add SupraWall callback integration guide ### 📊 Changes **1 file changed** (+41 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `docs/integrations/callbacks/suprawall.mdx` (+41 -0) </details> ### 📄 Description This PR adds documentation for the **SupraWall** integration, a deterministic security and compliance layer for LangChain agents. SupraWall provides a `SupraWallCallbackHandler` that allows developers to: - Enforce human-in-the-loop approvals for destructive tools. - - Maintain tamper-evident audit logs (essential for EU AI Act compliance). - - Block prompt injections at the tool-execution level. --- <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:23:16 -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#3489