[PR #570] feat(deepagents): implement deferred skill loading #569

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/570
Author: @colifran
Created: 6/1/2026
Status: 🔄 Open

Base: mainHead: colifran/lazy-skills


📝 Commits (2)

  • fd97f40 implement skill index file creation and add threshold for skills count on skills middleware options
  • 69bca29 implement lazy skills system prompt and update wrap model call to branch on threshold

📊 Changes

3 files changed (+378 additions, -12 deletions)

View changed files

📝 libs/deepagents/src/middleware/skills.test.ts (+226 -0)
📝 libs/deepagents/src/middleware/skills.ts (+148 -9)
📝 libs/deepagents/src/middleware/test.ts (+4 -3)

📄 Description

No description provided


🔄 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/570 **Author:** [@colifran](https://github.com/colifran) **Created:** 6/1/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `colifran/lazy-skills` --- ### 📝 Commits (2) - [`fd97f40`](https://github.com/langchain-ai/deepagentsjs/commit/fd97f4067abbb9467b266dd2d835df00f8470e50) implement skill index file creation and add threshold for skills count on skills middleware options - [`69bca29`](https://github.com/langchain-ai/deepagentsjs/commit/69bca29474899c3bdbf2e2cf36f61b680c40259d) implement lazy skills system prompt and update wrap model call to branch on threshold ### 📊 Changes **3 files changed** (+378 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `libs/deepagents/src/middleware/skills.test.ts` (+226 -0) 📝 `libs/deepagents/src/middleware/skills.ts` (+148 -9) 📝 `libs/deepagents/src/middleware/test.ts` (+4 -3) </details> ### 📄 Description _No description provided_ --- <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:46 -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#569