[PR #4325] docs(deepagents): add interpreter library and swarm docs #4307

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4325
Author: @colifran
Created: 6/5/2026
Status: 🔄 Open

Base: mainHead: colifran/interp-libs


📝 Commits (7)

📊 Changes

3 files changed (+582 additions, -2 deletions)

View changed files

📝 src/docs.json (+6 -0)
📝 src/oss/deepagents/interpreters.mdx (+187 -2)
src/oss/deepagents/swarm.mdx (+389 -0)

📄 Description

Overview

Adds interpreter library and swarm documentation to the Deep Agents docs. Interpreter libraries are a new section under Interpreters covering library structure, progressive disclosure, PTC, loading, and custom libraries. Swarm gets its own Pre-built Libraries page with full API reference, filtering, structured output, batching/concurrency, and usage patterns. Also adds the libraries middleware option to the options table.

Type of change

Type: New documentation page & update existing documentation

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

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


🔄 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/4325 **Author:** [@colifran](https://github.com/colifran) **Created:** 6/5/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `colifran/interp-libs` --- ### 📝 Commits (7) - [`ec259a1`](https://github.com/langchain-ai/docs/commit/ec259a1d07547eb17aa10ef3ddcfe03e7a9e635c) add interpreter library and swarm docs - [`5076311`](https://github.com/langchain-ai/docs/commit/5076311376977d550b1ebaa74be77a4e6648167c) linting - [`bfd05ce`](https://github.com/langchain-ai/docs/commit/bfd05ceb861477acd5d6beaadace4f706937660c) lint - [`03456ea`](https://github.com/langchain-ai/docs/commit/03456ea97314f3e740309fb3f984cfb6a86aded2) update - [`0dec9b8`](https://github.com/langchain-ai/docs/commit/0dec9b80c6bbb04a079e825d79dd184d2ecb1951) update - [`8b37b12`](https://github.com/langchain-ai/docs/commit/8b37b12decf93b07c104a145aa26f5aa6e060c10) Merge branch 'main' into colifran/interp-libs - [`2a1a35e`](https://github.com/langchain-ai/docs/commit/2a1a35ed0b04d8b0e30d3b1531b248373013abae) fix broken links ### 📊 Changes **3 files changed** (+582 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+6 -0) 📝 `src/oss/deepagents/interpreters.mdx` (+187 -2) ➕ `src/oss/deepagents/swarm.mdx` (+389 -0) </details> ### 📄 Description ## Overview Adds interpreter library and swarm documentation to the Deep Agents docs. Interpreter libraries are a new section under Interpreters covering library structure, progressive disclosure, PTC, loading, and custom libraries. Swarm gets its own Pre-built Libraries page with full API reference, filtering, structured output, batching/concurrency, and usage patterns. Also adds the libraries middleware option to the options table. ## Type of change **Type:** New documentation page & update existing documentation ## Checklist <!-- Put an 'x' in all boxes that apply --> - [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 (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) --- <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:13:27 -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#4307