[PR #2756] [MERGED] fix(oss): use absolute statebackend skills source path #2858

Closed
opened 2026-06-05 18:20:12 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2756
Author: @mdrxy
Created: 2/21/2026
Status: Merged
Merged: 3/1/2026
Merged by: @mdrxy

Base: mainHead: mdrxy/fix-backend-skill


📝 Commits (1)

  • 737f7a2 fix(oss): use absolute statebackend skills source path

📊 Changes

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

View changed files

📝 src/snippets/skills-usage-tabs-py.mdx (+1 -1)

📄 Description

the Python StateBackend skills snippet seeded files under /skills/... but configured create_deep_agent(skills=["./skills/"]).

For StateBackend, skill source matching is path-prefix based against virtual paths, so this mismatch can prevent skill discovery in the example.


🔄 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/2756 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 2/21/2026 **Status:** ✅ Merged **Merged:** 3/1/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `mdrxy/fix-backend-skill` --- ### 📝 Commits (1) - [`737f7a2`](https://github.com/langchain-ai/docs/commit/737f7a2a77f4c05467af553fb8a004b6987d6d9f) fix(oss): use absolute statebackend skills source path ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/snippets/skills-usage-tabs-py.mdx` (+1 -1) </details> ### 📄 Description the Python `StateBackend` skills snippet seeded files under `/skills/...` but configured `create_deep_agent(skills=["./skills/"])`. For `StateBackend`, skill source matching is path-prefix based against virtual paths, so this mismatch can prevent skill discovery in the example. --- <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 18:20:12 -04:00
yindo closed this issue 2026-06-05 18:20:12 -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#2858