[PR #549] [MERGED] chore(deepagents): move required ptc tools to metadata #553

Closed
opened 2026-06-05 17:23:40 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/549
Author: @colifran
Created: 5/22/2026
Status: Merged
Merged: 5/22/2026
Merged by: @colifran

Base: mainHead: colifran/required-ptc-tools


📝 Commits (4)

📊 Changes

5 files changed (+28 additions, -72 deletions)

View changed files

.changeset/ten-trams-carry.md (+6 -0)
📝 libs/deepagents/src/middleware/skills.test.ts (+4 -42)
📝 libs/deepagents/src/middleware/skills.ts (+0 -18)
📝 libs/providers/quickjs/src/middleware.test.ts (+8 -6)
📝 libs/providers/quickjs/src/middleware.ts (+10 -6)

📄 Description

This PR aligns SkillMetadata with the agent skills spec by removing the top level required ptc tools field and keeps it contained within metadata


🔄 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/deepagentsjs/pull/549 **Author:** [@colifran](https://github.com/colifran) **Created:** 5/22/2026 **Status:** ✅ Merged **Merged:** 5/22/2026 **Merged by:** [@colifran](https://github.com/colifran) **Base:** `main` ← **Head:** `colifran/required-ptc-tools` --- ### 📝 Commits (4) - [`bdb0973`](https://github.com/langchain-ai/deepagentsjs/commit/bdb09734d8b7bf7735c7143432667d2a6d2e81fa) move required ptc tools to metadata - [`e3a6145`](https://github.com/langchain-ai/deepagentsjs/commit/e3a614551a851e3da11125fc3b647c0f1014d428) changeset - [`515a3cb`](https://github.com/langchain-ai/deepagentsjs/commit/515a3cb9c6c9f24ecd9653fbe5b07f88800c3434) formatting - [`76bfe10`](https://github.com/langchain-ai/deepagentsjs/commit/76bfe10264047c82d6d750b0aa68d7e64843dae3) fix failing tests ### 📊 Changes **5 files changed** (+28 additions, -72 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/ten-trams-carry.md` (+6 -0) 📝 `libs/deepagents/src/middleware/skills.test.ts` (+4 -42) 📝 `libs/deepagents/src/middleware/skills.ts` (+0 -18) 📝 `libs/providers/quickjs/src/middleware.test.ts` (+8 -6) 📝 `libs/providers/quickjs/src/middleware.ts` (+10 -6) </details> ### 📄 Description This PR aligns SkillMetadata with the agent skills spec by removing the top level required ptc tools field and keeps it contained within metadata --- <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 17:23:40 -04:00
yindo closed this issue 2026-06-05 17:23:40 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagentsjs#553