[PR #4153] Docs/add adeu integration #4151

Open
opened 2026-06-05 19:12:56 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4153
Author: @mkorpela
Created: 5/25/2026
Status: 🔄 Open

Base: mainHead: docs/add-adeu-integration


📝 Commits (4)

  • f34bacf docs: add Adeu redlining and Word tool integration
  • 08a922a docs: add langchain-adeu integration tools and provider
  • 0f5f420 Merge branch 'main' into docs/add-adeu-integration
  • 6d885fc Merge branch 'main' into docs/add-adeu-integration

📊 Changes

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

View changed files

📝 packages.yml (+6 -0)
src/oss/python/integrations/providers/adeu.mdx (+39 -0)
src/oss/python/integrations/tools/adeu.mdx (+131 -0)

📄 Description

Overview

This PR adds the official integrations and provider documentation for the langchain-adeu third-party integration package.

Specifically, it:

  1. Registers langchain-adeu in the packages.yml external integrations registry.
  2. Creates the provider page at src/oss/python/integrations/providers/adeu.mdx.
  3. Creates the tool guide page at src/oss/python/integrations/tools/adeu.mdx.

langchain-adeu integrates Adeu's local, offline-capable Microsoft Word (.docx) redlining and parsing capabilities as native LangChain tools. This allows LLM agents to safely read, edit, diff, and sanitize OpenXML files using a token-efficient Markdown representation with inline CriticMarkup, fully preserving native layouts, custom styles, and XML structures.

Type of change

Type: New documentation page

Related issues/PRs

  • GitHub issue: N/A (New third-party integration)
  • Feature PR: N/A

Checklist

  • I have read the contributing guidelines, including the language policy
  • I have tested my changes locally using docs 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

  • Added langchain-adeu to the root-level packages.yml registry so that it compiles automatically into the overview.mdx provider table via partner_pkg_table.py during builds.
  • Checked and updated src/docs.json navigation array to align sidebar routing structure (if needed).
  • The package langchain-adeu has been officially published to PyPI (version 1.0.0). The codebase is fully verified and passing the canonical langchain-tests conformance suite for tools and toolkits.

🔄 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/4153 **Author:** [@mkorpela](https://github.com/mkorpela) **Created:** 5/25/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `docs/add-adeu-integration` --- ### 📝 Commits (4) - [`f34bacf`](https://github.com/langchain-ai/docs/commit/f34bacffc3da272636c053897788ac04e2381f6c) docs: add Adeu redlining and Word tool integration - [`08a922a`](https://github.com/langchain-ai/docs/commit/08a922a654904ea5f9b92b4e13622c2ed4636c40) docs: add langchain-adeu integration tools and provider - [`0f5f420`](https://github.com/langchain-ai/docs/commit/0f5f420a5d6e2e8afe9895e72d8cd9527372711f) Merge branch 'main' into docs/add-adeu-integration - [`6d885fc`](https://github.com/langchain-ai/docs/commit/6d885fc0407718fa06270c22d0de4a70565bcb51) Merge branch 'main' into docs/add-adeu-integration ### 📊 Changes **3 files changed** (+176 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages.yml` (+6 -0) ➕ `src/oss/python/integrations/providers/adeu.mdx` (+39 -0) ➕ `src/oss/python/integrations/tools/adeu.mdx` (+131 -0) </details> ### 📄 Description ## Overview This PR adds the official integrations and provider documentation for the `langchain-adeu` third-party integration package. Specifically, it: 1. Registers `langchain-adeu` in the `packages.yml` external integrations registry. 2. Creates the provider page at `src/oss/python/integrations/providers/adeu.mdx`. 3. Creates the tool guide page at `src/oss/python/integrations/tools/adeu.mdx`. `langchain-adeu` integrates Adeu's local, offline-capable Microsoft Word (.docx) redlining and parsing capabilities as native LangChain tools. This allows LLM agents to safely read, edit, diff, and sanitize OpenXML files using a token-efficient Markdown representation with inline CriticMarkup, fully preserving native layouts, custom styles, and XML structures. ## Type of change **Type:** New documentation page ## Related issues/PRs - GitHub issue: N/A (New third-party integration) - Feature PR: N/A ## Checklist - [x] I have read the [contributing guidelines](README.md), including the [language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy) - [x] I have tested my changes locally using `docs 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 * Added `langchain-adeu` to the root-level `packages.yml` registry so that it compiles automatically into the `overview.mdx` provider table via `partner_pkg_table.py` during builds. * Checked and updated `src/docs.json` navigation array to align sidebar routing structure (if needed). * The package `langchain-adeu` has been officially published to PyPI (version 1.0.0). The codebase is fully verified and passing the canonical `langchain-tests` conformance suite for tools and toolkits. --- <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 19:12:56 -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#4151