docs(agentkit): document Eve memory slots on Upstash Redis - #816
Merged
Conversation
Adds a section for `@upstash/agentkit-eve/memory`: `redisMemory()` as a full memory provider, and `redisDocuments()` as storage behind Eve's own `fileMemory()`. Covers the options and the two behaviours worth knowing — automatic recall injects saved facts only, and `forget_memory` redacts rather than deletes. Claude-Session: https://claude.ai/code/session_01D3v2QieC7eC1EwhZk7KtKj
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
Contributor
|
Docs7 for upstash.com
Commit |
…viour The single accordion ran the options together as prose and then explained recall in implementation terms. Now it is two toggles: "Options", with a table per factory (option, default, what it does), and "What does the agent remember?", written for someone using the agent rather than someone reading our internals.
"Captured" is our internal word for it. What the reader needs to know is which messages are meant.
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.
Adds a section for
@upstash/agentkit-eve/memory:redisMemory()as a full memory provider, andredisDocuments()as storage behind Eve's ownfileMemory(). Covers the options and the two behaviours worth knowing — automatic recall injects saved facts only, andforget_memoryredacts rather than deletes.Claude-Session: https://claude.ai/code/session_01D3v2QieC7eC1EwhZk7KtKj