docs: add agent-memory concept guides (how memory works, where to store data)#484
Open
reemsabawi-mystenlabs wants to merge 4 commits into
Open
docs: add agent-memory concept guides (how memory works, where to store data)#484reemsabawi-mystenlabs wants to merge 4 commits into
reemsabawi-mystenlabs wants to merge 4 commits into
Conversation
…re data) Net-new Walrus Memory concept/discovery pages under Fundamentals > Concepts: - how-agent-memory-works: context window vs persistent memory, short/long-term memory, and how semantic recall works with embeddings (BEDU-866) - where-to-store-agent-data: decision guide comparing provider-native memory, managed/self-hosted vector databases, and Walrus Memory (BEDU-870) Both registered in docs.json; children of the BEDU-904 docs-set spine.
Collaborator
Style Guide AuditAll 2 file(s) pass the style guide audit. |
- Add keywords frontmatter to both pages - Reword example query to avoid first person - Drop quotation marks around the vector-database phrasing
jessiemongeon1
requested changes
Jul 21, 2026
Address Jessie's review on #484: - Convert bold-label bullet lists to flowing prose on both pages - Remove meta preamble; lead with a direct answer (AEO/GEO) - Fix tables: bold headers, plain data cells, labeled first column - Remove italics - Replace next-steps card groups with inline prose links
Collaborator
Author
|
Reworked both pages in
I've also folded these into my pre-push style checklist (prose over lists, no italics, no preamble, table formatting) so they don't recur. Generated by Claude Code |
Address style-guide audit: rewrite passive constructions (memories are encrypted, ownership is enforced, vector is saved, query is embedded, is enforced by Sui) into active voice, and change causal 'since' to 'because'.
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
Adds two net-new Walrus Memory concept/discovery pages under Fundamentals → Concepts, both children of the BEDU-904 docs-set spine. They target top-of-funnel, solution-unaware search and link down into the existing SDK and concept docs rather than duplicating them.
fundamentals/concepts/how-agent-memory-works(BEDU-866) — a conceptual pillar: what agent memory is, why the model's context window is not memory, short-term vs long-term memory, and how long-term (semantic) memory works with embeddings and vector search. Closes with how Walrus Memory implements the embed/store/recall loop and links to the Agent Storage Loop and Headless SDK Setup.fundamentals/concepts/where-to-store-agent-data(BEDU-870) — a decision guide: compares provider-native memory, managed and self-hosted vector databases, and Walrus Memory across persistence, portability, ownership, and verifiability, with a capability table and "choose X when" guidance.Both are registered in
docs.jsonin the Concepts group.Notes
## References-style card links,title/descriptionfrontmatter.docs.jsonparses.Test plan
restorerebuilding the index,blob_idon recall) in the existing Walrus Memory docs and SDK surface. No invented APIs.docs.jsonis valid JSON and all internal links point to existing pages.🤖 Generated with Claude Code
https://claude.ai/code/session_017oS4PdhkXAzbfhJx2ZhRvh
Generated by Claude Code