[PR #2481] [MERGED] adding integration for agentsystems notary #2469

Closed
opened 2026-02-17 17:23:26 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2481
Author: @brandon-agsys
Created: 2/4/2026
Status: Merged
Merged: 2/5/2026
Merged by: @mdrxy

Base: mainHead: docs/add-agentsystems-integration


📝 Commits (1)

  • cb6b7b1 adding integration for agentsystems notary

📊 Changes

3 files changed (+172 additions, -0 deletions)

View changed files

src/oss/python/integrations/callbacks/agentsystems_notary.mdx (+154 -0)
src/oss/python/integrations/providers/agentsystems.mdx (+10 -0)
📝 src/oss/python/integrations/providers/all_providers.mdx (+8 -0)

📄 Description

Overview

Adds AgentSystems as a new provider with AgentSystems Notary callback integration. AgentSystems Notary provides tamper-evident audit logging for LangChain applications using cryptographic hashing with decentralized (Arweave) or custodied storage options.

Type of change

Type: New documentation page

Related issues/PRs

  • GitHub issue: N/A
  • Feature PR: N/A

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using make 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

Documentation drafted with assistance from Claude (Anthropic).


🔄 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/2481 **Author:** [@brandon-agsys](https://github.com/brandon-agsys) **Created:** 2/4/2026 **Status:** ✅ Merged **Merged:** 2/5/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `docs/add-agentsystems-integration` --- ### 📝 Commits (1) - [`cb6b7b1`](https://github.com/langchain-ai/docs/commit/cb6b7b1aab7066e63afc8e614c630f5c068eb1a5) adding integration for agentsystems notary ### 📊 Changes **3 files changed** (+172 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/python/integrations/callbacks/agentsystems_notary.mdx` (+154 -0) ➕ `src/oss/python/integrations/providers/agentsystems.mdx` (+10 -0) 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+8 -0) </details> ### 📄 Description ## Overview Adds AgentSystems as a new provider with AgentSystems Notary callback integration. AgentSystems Notary provides tamper-evident audit logging for LangChain applications using cryptographic hashing with decentralized (Arweave) or custodied storage options. ## Type of change **Type:** New documentation page ## Related issues/PRs - GitHub issue: N/A - Feature PR: N/A ## Checklist - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `make 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 Documentation drafted with assistance from Claude (Anthropic). --- <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-02-17 17:23:26 -05:00
yindo closed this issue 2026-02-17 17:23:26 -05:00
yindo changed title from [PR #2481] adding integration for agentsystems notary to [PR #2481] [MERGED] adding integration for agentsystems notary 2026-06-05 18:18:45 -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#2469