Set alwaysopen to true in agent-memory index#3620
Conversation
|
|
|
alwaysopen: true
Redis Agent Memory is a memory service for AI Agents available as a REST API and Python SDK. It provides the persistent, structured memory layer that intelligent agents need to store, retrieve, and manage contextual data across interactions. Rather than requiring developers to build custom memory infrastructure from scratch, Redis Agent Memory offers a turnkey solution with dedicated endpoints, secure API key management, configurable memory schemas, and automatic TTL-based lifecycle management. Redis Agent Memory overviewRedis Agent Memory uses a two-tier memory model:
Promotion from short-term to long-term memory happens automatically. When you store a conversation event in session memory, the Agent Memory Server asynchronously extracts important information using the configured extraction strategy (discrete, summary, preferences, or custom) and stores it as long-term memory. The process is non-blocking, so agent interactions remain responsive. Short-term memory that is not promoted expires based on its TTL. You can also create long-term memories directly through the API for bulk creation or to import knowledge from external sources. For more details, see the [Redis Agent Memory overview]({{< relref "/develop/ai/context-engine/agent-memory" >}}). Get started with Agent Memory on Redis Cloud{{< embed-md "rc-agent-memory-get-started.md" >}} |
There was a problem hiding this comment.
Pull request overview
Updates Hugo front matter to keep the Redis Agent Memory on Redis Cloud section expanded in the left-hand docs navigation, improving discoverability of its child pages.
Changes:
- Set
alwaysopen: trueincontent/operate/rc/context-engine/agent-memory/_index.md(previouslyfalse).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Note
Low Risk
Single front-matter flag on a docs index page; navigation display only, no runtime or product behavior.
Overview
Sets
alwaysopen: truein the front matter ofcontent/operate/rc/context-engine/agent-memory/_index.md(wasfalse). That Hugo setting keeps the Redis Agent Memory on Redis Cloud section expanded in the docs navigation so child pages are visible without manually opening the section.Reviewed by Cursor Bugbot for commit ec6a17f. Bugbot is set up for automated code reviews on this repo. Configure here.