[PR #3254] Add SidClaw governance integration #3313

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3254
Author: @VladUZH
Created: 3/23/2026
Status: 🔄 Open

Base: mainHead: add-sidclaw-integration


📝 Commits (2)

  • 06cc853 docs: add SidClaw governance integration package
  • 9d724a1 docs: add SidClaw provider page for generated-files CI check

📊 Changes

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

View changed files

📝 packages.yml (+7 -0)
src/oss/python/integrations/providers/sidclaw.mdx (+24 -0)

📄 Description

Summary

Adds langchain-sidclaw to packages.yml — governance for LangChain AI agent tools.

What SidClaw does: IAM-style governance for AI agents — policy evaluation, human-in-the-loop approval, and tamper-evident audit trails. It lets teams enforce rules like "require human approval before any agent writes to production databases" or "deny all PII-classified actions outside business hours."

What the integration provides:

  • govern_tools() — wraps LangChain tools with policy checks and approval gates
  • GovernanceCallbackHandler — emits audit events to SidClaw's trace pipeline

Package details

Python package langchain-sidclaw
JS/TS package @sidclaw/sdk (includes @sidclaw/sdk/langchain export)
Documentation docs.sidclaw.com/docs/integrations/langchain
Source github.com/sidclawhq/platform (integrations/langchain-python/)
Website sidclaw.com

Changes

  • Added langchain-sidclaw entry to packages.yml with name, name_title, repo, path, js, and downloads fields

🔄 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/3254 **Author:** [@VladUZH](https://github.com/VladUZH) **Created:** 3/23/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-sidclaw-integration` --- ### 📝 Commits (2) - [`06cc853`](https://github.com/langchain-ai/docs/commit/06cc85334b28970856383fd360715a1bd567abeb) docs: add SidClaw governance integration package - [`9d724a1`](https://github.com/langchain-ai/docs/commit/9d724a13479a19ce2bd3cd53545f099809e05452) docs: add SidClaw provider page for generated-files CI check ### 📊 Changes **2 files changed** (+31 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages.yml` (+7 -0) ➕ `src/oss/python/integrations/providers/sidclaw.mdx` (+24 -0) </details> ### 📄 Description ## Summary Adds [`langchain-sidclaw`](https://pypi.org/project/langchain-sidclaw/) to `packages.yml` — governance for LangChain AI agent tools. **What SidClaw does:** IAM-style governance for AI agents — policy evaluation, human-in-the-loop approval, and tamper-evident audit trails. It lets teams enforce rules like "require human approval before any agent writes to production databases" or "deny all PII-classified actions outside business hours." **What the integration provides:** - `govern_tools()` — wraps LangChain tools with policy checks and approval gates - `GovernanceCallbackHandler` — emits audit events to SidClaw's trace pipeline ## Package details | | | |---|---| | **Python package** | [`langchain-sidclaw`](https://pypi.org/project/langchain-sidclaw/) | | **JS/TS package** | [`@sidclaw/sdk`](https://www.npmjs.com/package/@sidclaw/sdk) (includes `@sidclaw/sdk/langchain` export) | | **Documentation** | [docs.sidclaw.com/docs/integrations/langchain](https://docs.sidclaw.com/docs/integrations/langchain) | | **Source** | [github.com/sidclawhq/platform](https://github.com/sidclawhq/platform) (`integrations/langchain-python/`) | | **Website** | [sidclaw.com](https://sidclaw.com) | ## Changes - Added `langchain-sidclaw` entry to `packages.yml` with `name`, `name_title`, `repo`, `path`, `js`, and `downloads` fields --- <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:42 -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#3313