MOD-17305 Document custom memory types in Redis Cloud console - #3726
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>
…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>
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>
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 |
|
@mich-elle-luna this continues #3717, which was auto-closed when I renamed the branch to remove the |
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
🧠 Redis MemoryFound 5 related items from repository history:
Memory updated at a957c4f |
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
🧠 Redis MemoryFound 5 related items from repository history:
Memory updated at 221373e |
mich-elle-luna
left a comment
There was a problem hiding this comment.
thank you! I found one typo in another section on this page but your additions look good
🧠 Redis MemoryFound 5 related items from repository history:
Memory updated at 97984e8 |
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 Memory types & extraction section documenting:str/int/float/bool/list[str]/list[float]/object, required description)view-service.md— documents how custom memory types appear in service details: Name/Fields read-only (frozen after creation), Extraction prompt/Enabled editable, and appending a new type in edit mode.Jira: MOD-17305
🤖 Generated with Claude Code
Note
Low Risk
Documentation-only updates to Redis Cloud Agent Memory guides; no product code or runtime behavior changes.
Overview
Documents the Redis Cloud console Memory types & extraction flow for Agent Memory in
create-service.mdandview-service.md.Create service adds a third setup section covering up to 3 custom memory types (name rules, description, structured Fields with supported types, and per-type Extraction prompt / Enabled strategy), plus new screenshots and a corrected Memory configuration image alt.
View / edit service adds the matching Configuration tab section: Name and Fields are read-only after creation; Extraction prompt and Enabled stay editable; new types can be added in edit mode up to the same limit. Also fixes a duplicated word in General settings and aligns Memory configuration screenshot alt text.
Reviewed by Cursor Bugbot for commit 97984e8. Bugbot is set up for automated code reviews on this repo. Configure here.