feat: add user-scoped memory docs to deepagents deploy page#3576
Merged
Sydney Runkle (sydney-runkle) merged 4 commits intomainfrom Apr 15, 2026
Merged
Conversation
Mirrors the user memory feature spec from langchain-ai/deepagents#2708 into the docs site, covering project layout, configuration, permissions, and runtime behavior. Co-authored-by: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com>
Contributor
|
Mintlify preview ID generated: preview-opensw-1776180052-a57f2c2 |
Contributor
|
Thanks for opening a docs PR, Open SWE (@open-swe)[bot]! When it's ready for review, please add the relevant reviewers:
|
|
|
||
| `deepagents deploy` packages your agent configuration and deploys it as a [LangSmith Deployment](/langsmith/deployment). You configure your agent with a few parameters: | ||
|
|
||
| | Parameter | Description | |
Contributor
There was a problem hiding this comment.
These are not really parameters you configure, these are files that you provide, right? Except for model? I think I want to update this table a bit separately to split that out
Contributor
There was a problem hiding this comment.
Sydney Runkle (@sydney-runkle) can you let me know?
Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
Contributor
|
Mintlify preview ID generated: preview-opensw-1776199191-092f5e4 |
Eugene Yurtsev (eyurtsev)
previously approved these changes
Apr 14, 2026
Naomi Pentrel (npentrel)
previously approved these changes
Apr 15, 2026
Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
d559c60
Sydney Runkle (sydney-runkle)
approved these changes
Apr 15, 2026
Contributor
|
Mintlify preview ID generated: preview-opensw-1776258898-5091e8c |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Updates the Deep Agents Deploy documentation to cover the new per-user memory feature from langchain-ai/deepagents#2708. Adds
user/directory to parameter tables, project layout, auto-detection list, examples, a dedicated "User Memory" section with how-it-works/permissions/identity details, and a "Gotchas" section.Test Plan
Opened collaboratively by Sydney Runkle and open-swe.