[PR #1650] [CLOSED] fix(subagents.mdx): remove unsupported CompiledSubAgent from JS docs #1729

Closed
opened 2026-02-17 17:22:40 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1650
Author: @carefreelife98
Created: 11/27/2025
Status: Closed

Base: mainHead: patch-1


📝 Commits (1)

  • a8723c0 fix - remove unsupported CompiledSubAgents from js docs.

📊 Changes

1 file changed (+3 additions, -31 deletions)

View changed files

📝 src/oss/deepagents/subagents.mdx (+3 -31)

📄 Description

Summary

  • Remove CompiledSubAgent TypeScript example from JS docs as it's not supported in the JavaScript SDK
  • Add :::python tabs to properly scope Python-only CompiledSubAgent documentation sections

Problem

The JavaScript/TypeScript SDK does not currently support CompiledSubAgent. The existing documentation included JS examples for this feature, which could mislead users.

Changes

  • Removed the unsupported JS/TS code block for CompiledSubAgent usage
  • Added proper :::python and ::: markers to clearly indicate Python-only sections
  • Kept all Python documentation intact

Test Plan

  • make lint - Python lint passed
  • make lint_md - No new markdown errors introduced
  • make test - 101 tests passed
  • make build - Documentation build successful
  • make broken-links - Broken links check passed (≤5)

🔄 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/1650 **Author:** [@carefreelife98](https://github.com/carefreelife98) **Created:** 11/27/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`a8723c0`](https://github.com/langchain-ai/docs/commit/a8723c0e06684441dfdd6f6e96863a17a3004a49) [fix](subagents.mdx) - remove unsupported CompiledSubAgents from js docs. ### 📊 Changes **1 file changed** (+3 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/deepagents/subagents.mdx` (+3 -31) </details> ### 📄 Description ## Summary - Remove `CompiledSubAgent` TypeScript example from JS docs as it's not supported in the JavaScript SDK - Add `:::python` tabs to properly scope Python-only `CompiledSubAgent` documentation sections ## Problem The JavaScript/TypeScript SDK does not currently support `CompiledSubAgent`. The existing documentation included JS examples for this feature, which could mislead users. ## Changes - Removed the unsupported JS/TS code block for `CompiledSubAgent` usage - Added proper `:::python` and `:::` markers to clearly indicate Python-only sections - Kept all Python documentation intact ## Test Plan - [x] `make lint` - Python lint passed - [x] `make lint_md` - No new markdown errors introduced - [x] `make test` - 101 tests passed - [x] `make build` - Documentation build successful - [x] `make broken-links` - Broken links check passed (≤5) --- <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:22:40 -05:00
yindo closed this issue 2026-02-17 17:22:40 -05:00
yindo changed title from [PR #1650] fix(subagents.mdx): remove unsupported CompiledSubAgent from JS docs to [PR #1650] [CLOSED] fix(subagents.mdx): remove unsupported CompiledSubAgent from JS docs 2026-06-05 18:14:37 -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#1729