[PR #2222] [MERGED] feat(deepagents) add skills to customizations, middleware, cli #2238

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2222
Author: @npentrel
Created: 1/14/2026
Status: Merged
Merged: 1/21/2026
Merged by: @npentrel

Base: mainHead: naomi/doc-586-deep-agents-docs-updates-skills


📝 Commits (10+)

📊 Changes

5 files changed (+754 additions, -2 deletions)

View changed files

📝 src/docs.json (+4 -2)
📝 src/oss/deepagents/backends.mdx (+24 -0)
📝 src/oss/deepagents/cli.mdx (+48 -0)
📝 src/oss/deepagents/customization.mdx (+290 -0)
src/oss/deepagents/skills.mdx (+388 -0)

📄 Description

First draft of adding skills. Moving CLI up in the left nav and changing headings a little to try to make the distinction clearer. More on that in a separate PR later.

Might still be a little rough around the edges but good for review.

Checklist

  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly

🔄 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/2222 **Author:** [@npentrel](https://github.com/npentrel) **Created:** 1/14/2026 **Status:** ✅ Merged **Merged:** 1/21/2026 **Merged by:** [@npentrel](https://github.com/npentrel) **Base:** `main` ← **Head:** `naomi/doc-586-deep-agents-docs-updates-skills` --- ### 📝 Commits (10+) - [`4b7fd08`](https://github.com/langchain-ai/docs/commit/4b7fd087da150c8132df217451a0a0e23133ae8d) feat(deepagents) add skills to customizations, middleware, cli - [`4c9a2b3`](https://github.com/langchain-ai/docs/commit/4c9a2b3161d883049bb101f38f9e1f506dcf4b5e) Add warning - [`aa145d3`](https://github.com/langchain-ai/docs/commit/aa145d31cb64da16303b0c6822ae399ccf3b3065) update to use hil - [`c823eb5`](https://github.com/langchain-ai/docs/commit/c823eb55c13027cbf09da5805da92f10ab5ed369) Apply suggestions from code review - [`dca9bab`](https://github.com/langchain-ai/docs/commit/dca9bab101d4b3b1599e2595310c4d6a9a121b6a) Update docs.json - [`f93c859`](https://github.com/langchain-ai/docs/commit/f93c8598d2af3d6ed36084d6152fb72177a79d13) Remove autoadded things - [`4a394ba`](https://github.com/langchain-ai/docs/commit/4a394ba72aebcb381e4f8616eaedf465f25cb2f8) update python samples - [`4ccae48`](https://github.com/langchain-ai/docs/commit/4ccae48a076c81e1e3c886118241384ee0b2e9aa) update code samples - [`391680d`](https://github.com/langchain-ai/docs/commit/391680dffbb76a7ec893ffeef44fb110137d907a) Update - [`f444f9d`](https://github.com/langchain-ai/docs/commit/f444f9db1a2a1c3c3e0258aa3e8417cb0534c895) change code samples to use file from github ### 📊 Changes **5 files changed** (+754 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+4 -2) 📝 `src/oss/deepagents/backends.mdx` (+24 -0) 📝 `src/oss/deepagents/cli.mdx` (+48 -0) 📝 `src/oss/deepagents/customization.mdx` (+290 -0) ➕ `src/oss/deepagents/skills.mdx` (+388 -0) </details> ### 📄 Description First draft of adding skills. Moving CLI up in the left nav and changing headings a little to try to make the distinction clearer. More on that in a separate PR later. Might still be a little rough around the edges but good for review. ## Checklist - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly --- <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:12 -05:00
yindo closed this issue 2026-02-17 17:23:12 -05:00
yindo changed title from [PR #2222] feat(deepagents) add skills to customizations, middleware, cli to [PR #2222] [MERGED] feat(deepagents) add skills to customizations, middleware, cli 2026-06-05 18:17:26 -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#2238