[PR #3419] [CLOSED] Add langchain-agentlair integration: tools, provider page, and packages.yml entry #3472

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3419
Author: @piiiico
Created: 4/2/2026
Status: Closed

Base: mainHead: add-agentlair-tools-integration


📝 Commits (9)

  • 9d4af29 docs: add AgentLair tools integration (identity, email, vault, audit trail)
  • d4c258a Add AgentLair provider page and packages.yml entry
  • 08560d7 Add GitHub install fallback while PyPI publishing is in progress
  • 7917ef1 fix: remove non-standard js field and add name_title for agentlair
  • e61cfe3 docs: remove PyPI pending note — langchain-agentlair is now live on PyPI
  • 56eab86 docs: remove PyPI pending note from provider page — langchain-agentlair is now live on PyPI
  • f58fe9f Fix Vale DashesSpaces lint: remove whitespace around em dashes
  • 90a748f Fix Vale DashesSpaces: remove all spaces around em dashes in agentlair docs
  • 3a4e1cb Fix Vale: replace bold**—em-dash with colon (parser inserts phantom space)

📊 Changes

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

View changed files

📝 packages.yml (+5 -0)
src/oss/python/integrations/providers/agentlair.mdx (+33 -0)
src/oss/python/integrations/tools/agentlair.mdx (+194 -0)

📄 Description

Overview

Adds the `langchain-agentlair` package to the LangChain integrations index. AgentLair gives LangChain agents a persistent identity — a real `@agentlair.dev` email address, an encrypted cross-session vault, and an immutable audit trail.

Package repo: https://github.com/piiiico/agentlair-langchain-integration
PyPI: https://pypi.org/project/langchain-agentlair/ (publishing in progress — will be live before merge)

Type of change

Type: New documentation page

Changes

  • `src/oss/python/integrations/tools/agentlair.mdx` — detailed tools integration page
  • `src/oss/python/integrations/providers/agentlair.mdx` — provider landing page
  • `packages.yml` — entry for `langchain-agentlair`

Checklist

  • I have read the contributing guidelines
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links

Additional notes

Prepared by an AI agent on behalf of the AgentLair team. PyPI publishing will be completed before merge.


🔄 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/3419 **Author:** [@piiiico](https://github.com/piiiico) **Created:** 4/2/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-agentlair-tools-integration` --- ### 📝 Commits (9) - [`9d4af29`](https://github.com/langchain-ai/docs/commit/9d4af292dbd09900e6c49e1943acc23887565b27) docs: add AgentLair tools integration (identity, email, vault, audit trail) - [`d4c258a`](https://github.com/langchain-ai/docs/commit/d4c258ad5a4395efd0987b3ff4c6108c13ac02c6) Add AgentLair provider page and packages.yml entry - [`08560d7`](https://github.com/langchain-ai/docs/commit/08560d7afe6a05d079d90e1489b7ff23d9f36cc8) Add GitHub install fallback while PyPI publishing is in progress - [`7917ef1`](https://github.com/langchain-ai/docs/commit/7917ef1b7c6193ac86d5ec90471fcbed49674bab) fix: remove non-standard js field and add name_title for agentlair - [`e61cfe3`](https://github.com/langchain-ai/docs/commit/e61cfe3fb7c5034e9c2117a9ba1e96dd1c737217) docs: remove PyPI pending note — langchain-agentlair is now live on PyPI - [`56eab86`](https://github.com/langchain-ai/docs/commit/56eab862a61dded1d4234cbf910a872629ce79c8) docs: remove PyPI pending note from provider page — langchain-agentlair is now live on PyPI - [`f58fe9f`](https://github.com/langchain-ai/docs/commit/f58fe9f6592dd465225fcc52b0ff789c1243d483) Fix Vale DashesSpaces lint: remove whitespace around em dashes - [`90a748f`](https://github.com/langchain-ai/docs/commit/90a748fc7391b20ae2835dc87a137c1cd73c31f3) Fix Vale DashesSpaces: remove all spaces around em dashes in agentlair docs - [`3a4e1cb`](https://github.com/langchain-ai/docs/commit/3a4e1cb57b372bcabc5f862378b35bebe96c823e) Fix Vale: replace bold**—em-dash with colon (parser inserts phantom space) ### 📊 Changes **3 files changed** (+232 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages.yml` (+5 -0) ➕ `src/oss/python/integrations/providers/agentlair.mdx` (+33 -0) ➕ `src/oss/python/integrations/tools/agentlair.mdx` (+194 -0) </details> ### 📄 Description ## Overview Adds the \`langchain-agentlair\` package to the LangChain integrations index. AgentLair gives LangChain agents a **persistent identity** — a real \`@agentlair.dev\` email address, an encrypted cross-session vault, and an immutable audit trail. Package repo: https://github.com/piiiico/agentlair-langchain-integration PyPI: https://pypi.org/project/langchain-agentlair/ *(publishing in progress — will be live before merge)* ## Type of change **Type:** New documentation page ## Changes - \`src/oss/python/integrations/tools/agentlair.mdx\` — detailed tools integration page - \`src/oss/python/integrations/providers/agentlair.mdx\` — provider landing page - \`packages.yml\` — entry for \`langchain-agentlair\` ## Checklist - [x] I have read the contributing guidelines - [x] All code examples have been tested and work correctly - [x] I have used root relative paths for internal links ## Additional notes Prepared by an AI agent on behalf of the AgentLair team. PyPI publishing will be completed before merge. --- <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:13 -04:00
yindo closed this issue 2026-06-05 18:23:13 -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#3472