[PR #2622] [MERGED] docs(acp): add acp protocol documentation #2606

Closed
opened 2026-02-17 17:23:35 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2622
Author: @eyurtsev
Created: 2/12/2026
Status: Merged
Merged: 2/13/2026
Merged by: @eyurtsev

Base: mainHead: eugene/add_acp_docs


📝 Commits (9)

📊 Changes

2 files changed (+132 additions, -0 deletions)

View changed files

📝 src/docs.json (+6 -0)
src/oss/deepagents/acp.mdx (+126 -0)

📄 Description

Overview

Document ACP support

Type of change

Add documentation for deepagens-acp. Python only for now

Related issues/PRs

  • GitHub issue:
  • Feature PR:
  • Linear issue:
  • Slack thread:

Checklist

  • I have read the contributing guidelines
  • 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

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes


🔄 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/2622 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 2/12/2026 **Status:** ✅ Merged **Merged:** 2/13/2026 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/add_acp_docs` --- ### 📝 Commits (9) - [`08923d6`](https://github.com/langchain-ai/docs/commit/08923d6c1736570dc10829836942e534eeafd9e5) x - [`f4a443b`](https://github.com/langchain-ai/docs/commit/f4a443bc72307679278d2af89501bca685b12c60) x - [`f0a59da`](https://github.com/langchain-ai/docs/commit/f0a59da3421484a4424f8ffe185a5eb91c4d11c8) x - [`9fbac45`](https://github.com/langchain-ai/docs/commit/9fbac45676e41228025d632ec7f7ed7bb60879a4) x - [`0bf235e`](https://github.com/langchain-ai/docs/commit/0bf235e635334d8d8e0b75ccdc250b5484607671) Update src/oss/deepagents/acp.mdx - [`e0f1280`](https://github.com/langchain-ai/docs/commit/e0f12806da98401e1e00eb5224f620c55a7657fd) Update src/oss/deepagents/acp.mdx - [`a1237a0`](https://github.com/langchain-ai/docs/commit/a1237a02b6e077d1cdd2552fb2cd2876967a462c) Update src/oss/deepagents/acp.mdx - [`7625023`](https://github.com/langchain-ai/docs/commit/7625023e4e26e520b3ba6624f94d12d724c6c944) Apply suggestions from code review - [`e04fdfd`](https://github.com/langchain-ai/docs/commit/e04fdfdb4cb1bb9f534f5c424cd0c60dc52bd28d) x ### 📊 Changes **2 files changed** (+132 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+6 -0) ➕ `src/oss/deepagents/acp.mdx` (+126 -0) </details> ### 📄 Description ## Overview Document ACP support ## Type of change Add documentation for deepagens-acp. Python only for now ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) To automatically close an issue when this PR is merged, use closing keywords: - "closes #123" or "fixes #123" or "resolves #123" For regular references without auto-closing, just use: - "#123" or "See issue #123" Examples: - closes #456 (will auto-close issue #456 when PR is merged) - See #789 for context (will reference but not auto-close issue #789) --> - GitHub issue: - Feature PR: <!-- For LangChain employees, if applicable: --> - Linear issue: - Slack thread: ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [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 (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> --- <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-02-17 17:23:35 -05:00
yindo closed this issue 2026-02-17 17:23:35 -05:00
yindo changed title from [PR #2622] docs(acp): add acp protocol documentation to [PR #2622] [MERGED] docs(acp): add acp protocol documentation 2026-06-05 18:19:36 -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#2606