MOD-17305 Document custom memory types in Redis Cloud console - #3717
MOD-17305 Document custom memory types in Redis Cloud console#3717plamilieva wants to merge 4 commits into
Conversation
Document the custom memory types, fields, and extraction strategy settings in the Agent Memory create and view service pages: - create-service.md: add a Custom memory types subsection covering type name/description, the fields table, and the per-type extraction strategy (prompt + enabled), plus the max-3-types limit. - view-service.md: document how custom memory types appear in service details, noting which settings are read-only (name, fields) vs editable (prompt, enabled) after creation. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
🧠 Redis MemoryFound 5 related items from repository history:
Memory updated at 039cf9b |
…ction The Redis Cloud console shows "Memory configuration" and "Memory types & extraction" as separate sections. Restructure the docs to match: - Move Extraction cadence and Custom memory types out of Memory configuration into a new "Memory types & extraction" section on both the create-service and view-service pages. - Add new screenshots (agent-memory-memory-types.png and agent-memory-view-memory-types.png) for the new section. These are placeholder copies of the configuration screenshots to be replaced with real captures of the Memory types & extraction UI. - List the new section in the Configuration tab overview. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Slashes ('/') in branch names is not supported for this repo. |
🧠 Redis MemoryFound 5 related items from repository history:
Memory updated at fb45100 |
The cloud-ui source renders the Extraction cadence field inside the
Memory configuration section (MemoryConfigurationSection.tsx), not the
new Memory types & extraction section. Correct the docs to match:
- Move Extraction cadence back into the Memory configuration table on
both the create-service and view-service pages.
- Scope the Memory types & extraction section to custom memory types
only, using the section's shipped description string.
- Align the strategy prompt label with the UI ("Extraction prompt")
and fix the max-types wording (up to 3 custom memory types).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
🧠 Redis MemoryFound 5 related items from repository history:
Memory updated at a8b2383 |
Replace the placeholder images with actual captures of the Memory types & extraction section (a "decision" custom memory type): - agent-memory-memory-types.png: create flow (editable). - agent-memory-view-memory-types.png: service details (read-only). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
🧠 Redis MemoryFound 5 related items from repository history:
Memory updated at 13816eb |
|
Thanks @plamilieva this all looks good to me, just sign the contributor agreement if you haven't already (sometimes it will ask even if you have already) and change the branch name to remove the / to fix the build failure. I'll review the previews and get this merged if there are no other issues. |
|
Superseded by #3726. This PR was automatically closed when the branch was renamed from |
Description
Documents the custom memory types, fields, and per-type extraction strategy settings added to the Agent Memory create and edit flows in the Redis Cloud console (shipped under MOD-16781 / MOD-16782).
Follows the same tightly-scoped, Cloud-console pattern as #3667.
Changes
create-service.md— new Custom memory types subsection in Memory configuration:view-service.md— documents how custom memory types appear in service details: Name/Fields read-only (frozen after creation), Prompt/Enabled editable, and appending a new type in edit mode (max-3 cap).Note for reviewers
This PR is text-only. PR #3667 also refreshed the two console screenshots; the existing
agent-memory-memory-configuration.png/agent-memory-view-memory-configuration.pngimages do not yet show the custom-memory-types UI and should be updated before merge.Jira: MOD-17305
🤖 Generated with Claude Code
Note
Low Risk
Documentation-only changes with no runtime or security impact; screenshot assets may still need updating to match the new UI.
Overview
Documents the Redis Cloud Memory types & extraction console flow for Agent Memory on create and view/edit service pages.
create-service.mdadds a third page section (with screenshot reference) covering up to 3 custom memory types: naming rules, description, structured fields (types and descriptions), and per-type extraction strategy (Extraction prompt, Enabled). It also fixes Memory configuration image alt text.view-service.mdlists the new Configuration section and explains post-create behavior: Name and Fields are read-only, Extraction prompt and Enabled are editable, and new types can be added in edit mode until the three-type cap. Memory configuration alt text is corrected similarly.Reviewed by Cursor Bugbot for commit 13816eb. Bugbot is set up for automated code reviews on this repo. Configure here.