[PR #3867] [MERGED] docs(deepagents): add interpreter guide #3879

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3867
Author: @hntrl
Created: 5/4/2026
Status: Merged
Merged: 5/12/2026
Merged by: @hntrl

Base: mainHead: hunter/interpreters


📝 Commits (10+)

  • 89cc07c docs(deepagents): add interpreter guide
  • e711c73 docs(deepagents): fix nested interpreter code fence
  • fdae02e cr
  • 722e198 update skills docs
  • 446b477 fix links
  • eacca4b Apply suggestions from code review
  • 102cb7b Update src/oss/deepagents/interpreters.mdx
  • f4be3d0 Merge branch 'main' into hunter/interpreters
  • b04e5cc Merge branch 'main' into hunter/interpreters
  • 568e865 rename middlewares

📊 Changes

8 files changed (+710 additions, -23 deletions)

View changed files

📝 src/docs.json (+2 -0)
📝 src/oss/deepagents/customization.mdx (+32 -1)
📝 src/oss/deepagents/harness.mdx (+7 -10)
src/oss/deepagents/interpreters.mdx (+434 -0)
📝 src/oss/deepagents/overview.mdx (+10 -0)
📝 src/oss/deepagents/skills.mdx (+197 -7)
📝 src/snippets/skills-usage-tabs-js.mdx (+14 -2)
📝 src/snippets/skills-usage-tabs-py.mdx (+14 -3)

📄 Description

Summary

Adds documentation for experimental interpreters in deepagents. Supersedes #3070


🔄 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/3867 **Author:** [@hntrl](https://github.com/hntrl) **Created:** 5/4/2026 **Status:** ✅ Merged **Merged:** 5/12/2026 **Merged by:** [@hntrl](https://github.com/hntrl) **Base:** `main` ← **Head:** `hunter/interpreters` --- ### 📝 Commits (10+) - [`89cc07c`](https://github.com/langchain-ai/docs/commit/89cc07cc04f2a43197c745c7e4eba32b84a4a5b2) docs(deepagents): add interpreter guide - [`e711c73`](https://github.com/langchain-ai/docs/commit/e711c73cef8f4d556342ccc16b816f272ef1b156) docs(deepagents): fix nested interpreter code fence - [`fdae02e`](https://github.com/langchain-ai/docs/commit/fdae02e4b6ab6ca63af765beeb515090ff251714) cr - [`722e198`](https://github.com/langchain-ai/docs/commit/722e198d7287d39e3d3ebae36ef433be492fd76b) update skills docs - [`446b477`](https://github.com/langchain-ai/docs/commit/446b47758cee1e1aa36ecd9e76a1aecb4dfca4de) fix links - [`eacca4b`](https://github.com/langchain-ai/docs/commit/eacca4b735f7c8bd86b340d176d6240930aa97ea) Apply suggestions from code review - [`102cb7b`](https://github.com/langchain-ai/docs/commit/102cb7bd1344b5a20267408bac3a3752a8042ff4) Update src/oss/deepagents/interpreters.mdx - [`f4be3d0`](https://github.com/langchain-ai/docs/commit/f4be3d0fec85a864eb3f0c39d2dbf1cb17beeb4f) Merge branch 'main' into hunter/interpreters - [`b04e5cc`](https://github.com/langchain-ai/docs/commit/b04e5cc808dca6f608ce04fa3f6b2172d85fdffa) Merge branch 'main' into hunter/interpreters - [`568e865`](https://github.com/langchain-ai/docs/commit/568e865c5c71607084d2b4cbad49824e7de530fc) rename middlewares ### 📊 Changes **8 files changed** (+710 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+2 -0) 📝 `src/oss/deepagents/customization.mdx` (+32 -1) 📝 `src/oss/deepagents/harness.mdx` (+7 -10) ➕ `src/oss/deepagents/interpreters.mdx` (+434 -0) 📝 `src/oss/deepagents/overview.mdx` (+10 -0) 📝 `src/oss/deepagents/skills.mdx` (+197 -7) 📝 `src/snippets/skills-usage-tabs-js.mdx` (+14 -2) 📝 `src/snippets/skills-usage-tabs-py.mdx` (+14 -3) </details> ### 📄 Description ## Summary Adds documentation for experimental interpreters in deepagents. Supersedes #3070 --- <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:53:27 -04:00
yindo closed this issue 2026-06-05 18:53: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#3879