[PR #1328] [MERGED] revert(sdk): reimplement skill loading via skill tool calling #1312

Closed
opened 2026-02-16 09:18:42 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagents/pull/1328
Author: @sydney-runkle
Created: 2/13/2026
Status: Merged
Merged: 2/13/2026
Merged by: @sydney-runkle

Base: mainHead: sr/revert-skill-tool-for-now


📝 Commits (1)

  • 8cd2212 Revert "feat(sdk): reimplement skill loading via skill tool calling (#1306)"

📊 Changes

3 files changed (+14 additions, -357 deletions)

View changed files

📝 libs/deepagents/deepagents/middleware/skills.py (+8 -119)
📝 libs/deepagents/deepagents/middleware/subagents.py (+1 -1)
📝 libs/deepagents/tests/unit_tests/middleware/test_skills_middleware.py (+5 -237)

📄 Description

  1. need evals
  2. need addition of skill paths to prompt still
  3. need more scoping for what directly specifying skills sources looks like (decoupled from backend)

🔄 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/deepagents/pull/1328 **Author:** [@sydney-runkle](https://github.com/sydney-runkle) **Created:** 2/13/2026 **Status:** ✅ Merged **Merged:** 2/13/2026 **Merged by:** [@sydney-runkle](https://github.com/sydney-runkle) **Base:** `main` ← **Head:** `sr/revert-skill-tool-for-now` --- ### 📝 Commits (1) - [`8cd2212`](https://github.com/langchain-ai/deepagents/commit/8cd2212f33e214a4b1fecb2a0276ba73cb539702) Revert "feat(sdk): reimplement skill loading via `skill` tool calling (#1306)" ### 📊 Changes **3 files changed** (+14 additions, -357 deletions) <details> <summary>View changed files</summary> 📝 `libs/deepagents/deepagents/middleware/skills.py` (+8 -119) 📝 `libs/deepagents/deepagents/middleware/subagents.py` (+1 -1) 📝 `libs/deepagents/tests/unit_tests/middleware/test_skills_middleware.py` (+5 -237) </details> ### 📄 Description 1. need evals 2. need addition of skill paths to prompt still 3. need more scoping for what directly specifying skills sources looks like (decoupled from backend) --- <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-16 09:18:42 -05:00
yindo closed this issue 2026-02-16 09:18:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagents#1312