[PR #3635] docs(callbacks): add AgentSeal observability integration #3672

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

📋 Pull Request Information

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

Base: mainHead: docs/add-agentseal-callback


📝 Commits (2)

  • 34695d1 docs(callbacks): add AgentSeal observability integration
  • bde62b8 fix: remove em-dash spaces, use langchain imports instead of langchain_core

📊 Changes

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

View changed files

src/oss/python/integrations/callbacks/agentseal.mdx (+128 -0)

📄 Description

Adds documentation for the AgentSeal callback handler. AgentSeal is a logging and audit trail API for AI agents. Records LLM calls, tool invocations, and chain events.


🔄 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/3635 **Author:** [@JoeyBrar](https://github.com/JoeyBrar) **Created:** 4/19/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `docs/add-agentseal-callback` --- ### 📝 Commits (2) - [`34695d1`](https://github.com/langchain-ai/docs/commit/34695d19848dcfd3479a5ffc591a22678298bff9) docs(callbacks): add AgentSeal observability integration - [`bde62b8`](https://github.com/langchain-ai/docs/commit/bde62b8f8028b6b11cd9e5ac1e10d7c2f9be4aa0) fix: remove em-dash spaces, use langchain imports instead of langchain_core ### 📊 Changes **1 file changed** (+128 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/python/integrations/callbacks/agentseal.mdx` (+128 -0) </details> ### 📄 Description Adds documentation for the AgentSeal callback handler. AgentSeal is a logging and audit trail API for AI agents. Records LLM calls, tool invocations, and chain events. --- <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:55 -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#3672