[PR #3424] Feat/agentlair integration #3477

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

📋 Pull Request Information

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

Base: mainHead: feat/agentlair-integration


📝 Commits (3)

  • cebbf1b docs: add AgentLair tool integration for persistent agent identity
  • 2cb2803 docs: add AgentLair tool integration for persistent agent identity
  • b8fecf2 Added agentlair.mdx

📊 Changes

3 files changed (+82 additions, -1 deletions)

View changed files

📝 src/code-samples/package.json (+1 -1)
📝 src/docs.json (+1 -0)
src/oss/python/integrations/tools/agentlair.mdx (+80 -0)

📄 Description


PR Title

docs: add integration page for langchain-agentlair tool


PR Description

Link to Issue

Closes # 3428

Summary

This PR adds a new documentation page for the langchain-agentlair package.
AgentLair provides a persistent identity layer for LangChain agents, granting them a stable @agentlair.dev email address, an encrypted cross-session vault, and an immutable audit trail.

Key features documented:

  • Persistent Identity: Agents maintain a unique email address across sessions.
  • State Management: Encrypted VaultStore and VaultGet tools for secret persistence.
  • Auditability: LogObservationTool and AgentLairCallbackHandler for immutable activity logging.
  • Tooling: Includes 5 BaseTool subclasses (SendEmail, CheckInbox, VaultStore, VaultGet, LogObservation).

Package Details


Checklist

(Make sure to check these boxes in the GitHub UI)

  • Description: I have added a description of my changes.
  • Documentation: I have updated the documentation accordingly.
  • Prerequisites: My package is/will be available on PyPI before merging.
  • Standardization: All tools are BaseTool subclasses with args_schema (Pydantic v2).

Files Changed (Verification)

Before you click "Create Pull Request," verify your PR shows exactly these two files:

  1. src/oss/python/integrations/tools/agentlair.mdx (The content we drafted)
  2. src/docs.json (The sidebar navigation change)


🔄 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/3424 **Author:** [@iAbhi001](https://github.com/iAbhi001) **Created:** 4/2/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat/agentlair-integration` --- ### 📝 Commits (3) - [`cebbf1b`](https://github.com/langchain-ai/docs/commit/cebbf1bb4db1cac2b91de8e61b6fe00ff7ee9e20) docs: add AgentLair tool integration for persistent agent identity - [`2cb2803`](https://github.com/langchain-ai/docs/commit/2cb2803b648d74c824ba159d9b0dc073cd3800dd) docs: add AgentLair tool integration for persistent agent identity - [`b8fecf2`](https://github.com/langchain-ai/docs/commit/b8fecf247bbdd90ff2d591cd472fe1f484e0e3cd) Added agentlair.mdx ### 📊 Changes **3 files changed** (+82 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/code-samples/package.json` (+1 -1) 📝 `src/docs.json` (+1 -0) ➕ `src/oss/python/integrations/tools/agentlair.mdx` (+80 -0) </details> ### 📄 Description ----- ### **PR Title** `docs: add integration page for langchain-agentlair tool` ----- ### **PR Description** #### **Link to Issue** Closes \# 3428 #### **Summary** This PR adds a new documentation page for the `langchain-agentlair` package. AgentLair provides a persistent identity layer for LangChain agents, granting them a stable `@agentlair.dev` email address, an encrypted cross-session vault, and an immutable audit trail. **Key features documented:** * **Persistent Identity:** Agents maintain a unique email address across sessions. * **State Management:** Encrypted `VaultStore` and `VaultGet` tools for secret persistence. * **Auditability:** `LogObservationTool` and `AgentLairCallbackHandler` for immutable activity logging. * **Tooling:** Includes 5 `BaseTool` subclasses (SendEmail, CheckInbox, VaultStore, VaultGet, LogObservation). #### **Package Details** - **PyPI:** [[langchain-agentlair](https://www.google.com/search?q=https://pypi.org/project/langchain-agentlair/)](https://www.google.com/search?q=https://pypi.org/project/langchain-agentlair/) (Pending/Live) - **GitHub:** [https://github.com/piiiico/agentlair-langchain-integration](https://github.com/piiiico/agentlair-langchain-integration) - **Integration Type:** Python Tools ----- ### **Checklist** *(Make sure to check these boxes in the GitHub UI)* - [x] **Description:** I have added a description of my changes. - [x] **Documentation:** I have updated the documentation accordingly. - [x] **Prerequisites:** My package is/will be available on PyPI before merging. - [x] **Standardization:** All tools are `BaseTool` subclasses with `args_schema` (Pydantic v2). ----- ### **Files Changed (Verification)** Before you click "Create Pull Request," verify your PR shows exactly these two files: 1. **`src/oss/python/integrations/tools/agentlair.mdx`** (The content we drafted) 2. **`src/docs.json`** (The sidebar navigation change) ----- --- <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:14 -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#3477