Skip to content

Feat/agentlair integration#3424

Open
Mallikharjuna Mulpuri (iAbhi001) wants to merge 3 commits into
langchain-ai:mainfrom
iAbhi001:feat/agentlair-integration
Open

Feat/agentlair integration#3424
Mallikharjuna Mulpuri (iAbhi001) wants to merge 3 commits into
langchain-ai:mainfrom
iAbhi001:feat/agentlair-integration

Conversation

@iAbhi001
Copy link
Copy Markdown

@iAbhi001 Mallikharjuna Mulpuri (iAbhi001) commented Apr 2, 2026


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)

@github-actions github-actions Bot added langchain For docs changes to LangChain oss python For content related to the Python version of LangChain projects external User is not a member of langchain-ai labels Apr 2, 2026
@mdrxy Mason Daugherty (mdrxy) added the integration For docs updates for LangChain integrations label Apr 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

external User is not a member of langchain-ai integration For docs updates for LangChain integrations langchain For docs changes to LangChain oss python For content related to the Python version of LangChain projects

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants