[PR #3534] [MERGED] docs(deepagents): add filesystem permissions page #3576

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3534
Author: @nick-hollon-lc
Created: 4/10/2026
Status: Merged
Merged: 4/10/2026
Merged by: @nick-hollon-lc

Base: mainHead: nh/add-permission-docs


📝 Commits (4)

  • 22ca14f docs(deepagents): add filesystem permissions page
  • 3eed811 drop previous workaround
  • dd28009 address review comments that got left out of batch
  • 709320b Merge branch 'main' into nh/add-permission-docs

📊 Changes

3 files changed (+275 additions, -0 deletions)

View changed files

📝 pipeline/preprocessors/link_map.py (+1 -0)
📝 src/docs.json (+1 -0)
src/oss/deepagents/permissions.mdx (+273 -0)

📄 Description

Add documentation for the FilesystemPermission API, covering declarative path-based access control for agent filesystem tools. Includes rule structure, evaluation order, subagent inheritance, and composite backend scoping.


🔄 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/3534 **Author:** [@nick-hollon-lc](https://github.com/nick-hollon-lc) **Created:** 4/10/2026 **Status:** ✅ Merged **Merged:** 4/10/2026 **Merged by:** [@nick-hollon-lc](https://github.com/nick-hollon-lc) **Base:** `main` ← **Head:** `nh/add-permission-docs` --- ### 📝 Commits (4) - [`22ca14f`](https://github.com/langchain-ai/docs/commit/22ca14f007761aab1d02db9845799b89551e20e8) docs(deepagents): add filesystem permissions page - [`3eed811`](https://github.com/langchain-ai/docs/commit/3eed8113e473ffed9e1332cab1e44771f0591521) drop previous workaround - [`dd28009`](https://github.com/langchain-ai/docs/commit/dd2800969b760a5e5e227b8aafa0a2b8f92ad902) address review comments that got left out of batch - [`709320b`](https://github.com/langchain-ai/docs/commit/709320b10bf266f649cbba597e32e36edf48ae97) Merge branch 'main' into nh/add-permission-docs ### 📊 Changes **3 files changed** (+275 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/preprocessors/link_map.py` (+1 -0) 📝 `src/docs.json` (+1 -0) ➕ `src/oss/deepagents/permissions.mdx` (+273 -0) </details> ### 📄 Description Add documentation for the `FilesystemPermission` API, covering declarative path-based access control for agent filesystem tools. Includes rule structure, evaluation order, subagent inheritance, and composite backend scoping. --- <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:23:32 -04:00
yindo closed this issue 2026-06-05 18:23:33 -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#3576