feat: improve long-term memory docs and discoverability#2957
Draft
Naomi Pentrel (npentrel) wants to merge 4 commits intomainfrom
Draft
feat: improve long-term memory docs and discoverability#2957Naomi Pentrel (npentrel) wants to merge 4 commits intomainfrom
Naomi Pentrel (npentrel) wants to merge 4 commits intomainfrom
Conversation
… short-term memory page
Contributor
|
Mintlify preview ID generated: preview-opensw-1772799916-b2b441c |
Contributor
|
Mintlify preview ID generated: preview-opensw-1772802747-8eae154 |
6f7bd8c to
0031054
Compare
Contributor
|
Mintlify preview ID generated: preview-opensw-1772813421-69b83ed |
0031054 to
dac848a
Compare
dac848a to
1ec2014
Compare
Contributor
|
Mintlify preview ID generated: preview-opensw-1772815705-b78a17a |
Contributor
|
Mintlify preview ID generated: preview-opensw-1772816278-0ffdd26 |
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
Improves the long-term memory documentation and its discoverability from the short-term memory page.
The long-term memory page was missing setup guidance — it jumped straight into the store API without showing how to connect a store to an agent. Users on the short-term memory page also had no way to discover that long-term memory exists, since it's in a different navigation section ("Advanced usage" vs "Core components").
Changes:
<Tip>callout linking to long-term memory docs, placed after the overview sectiondescriptionfrontmattercreate_agent(Python + JS)PostgresStoreexamples (Python + JS), matching the pattern used on the short-term memory page<Tip>linking to the Memory conceptual guide for deeper readingResolves DOC-800
Test Plan