Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
5c4721a
docs: update ../agent-memory/developer-guide.md with a more precise l…
raphaeldelio Jul 30, 2026
94fac19
docs: remove duplicate warning from ../context-engine/use-agent-memor…
raphaeldelio Jul 30, 2026
8388d74
docs: updating "Save the connection values" section from ../context-e…
raphaeldelio Jul 30, 2026
c567cd6
docs: updating "Add a session event" section from ../context-engine/u…
raphaeldelio Jul 30, 2026
141cc2c
docs: updating ./context-engine/use-agent-memory.md
raphaeldelio Jul 30, 2026
bead70e
docs: adding quick starts for Python and Typescript SDKs
raphaeldelio Jul 31, 2026
63a83bf
docs: refactoring agent memory index and integration pages
raphaeldelio Jul 31, 2026
51ff3f0
docs: move self-managed Agent Memory under Redis Iris
raphaeldelio Aug 3, 2026
50f3084
docs: refine Redis Agent Memory guidance
raphaeldelio Aug 3, 2026
19bacb3
docs: correct Redis Cloud product names
raphaeldelio Aug 3, 2026
d65aad7
docs: rename Agent Memory integration guide
raphaeldelio Aug 5, 2026
7fba6c9
docs: list Agent Memory SDKs before REST API
raphaeldelio Aug 5, 2026
c9a8ace
docs: move Redis Iris services out of Redis Cloud
raphaeldelio Aug 5, 2026
1cbb67b
Expand Redis Agent Memory quickstarts
raphaeldelio Aug 6, 2026
46bda19
Update content/develop/ai/context-engine/agent-memory/_index.md
raphaeldelio Aug 7, 2026
58a2749
Restore Agent Memory quickstart cards
raphaeldelio Aug 7, 2026
f197d5a
Merge branch 'docs-agent-memory' of https://github.com/raphaeldelio/d…
raphaeldelio Aug 7, 2026
27caba8
Clarify Agent Memory overview
raphaeldelio Aug 7, 2026
badd640
Restore Agent Memory why section
raphaeldelio Aug 7, 2026
05258c2
docs: restore Agent Memory naming
raphaeldelio Aug 7, 2026
2c52758
docs: restore Redis Cloud context engine bridge pages
raphaeldelio Aug 7, 2026
de1f3f3
docs: restore Redis Cloud context engine discovery page
raphaeldelio Aug 7, 2026
f414610
Merge branch 'main' into docs-agent-memory
mich-elle-luna Aug 7, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/develop/ai/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ AI agents are autonomous systems that combine LLMs with memory, tools, and plann
The [Context Engine]({{< relref "/develop/ai/context-engine" >}}) (Redis Iris) includes four fully-managed services available on Redis Cloud:

- [LangCache]({{< relref "/develop/ai/context-engine/langcache" >}}) — Semantic caching that reduces LLM API costs and improves response times by reusing cached responses for similar queries.
- [Agent Memory]({{< relref "/develop/ai/context-engine/agent-memory" >}}) — Two-tier persistent memory (session and long-term) for agents, available as a REST API and Python SDK.
- [Redis Agent Memory]({{< relref "/develop/ai/context-engine/agent-memory" >}}) — Two-tier persistent memory (session and long-term) for agents, available through Python and TypeScript SDKs and a REST API.
- [Context Retriever]({{< relref "/develop/ai/context-engine/context-retriever" >}}) — Turns your business data into structured, governed tools that agents can reliably use, defined once and reused across all agents.
- [Data Integration]({{< relref "/develop/ai/context-engine/data-integration" >}}) — Keeps your Redis Cloud database in sync with relational databases in near real time using Change Data Capture.

Expand Down
12 changes: 6 additions & 6 deletions content/develop/ai/context-engine/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Redis Iris is a production-ready context engine for AI agents that:
<h3 class="text-redis-ink-900 font-semibold mb-3">For developers</h3>
<ul class="space-y-1 text-redis-pen-600">
<li>Four fully-managed services — no infrastructure to build or maintain</li>
<li>REST API and Python/JS SDKs for all services</li>
<li>Python and JavaScript SDKs and REST APIs for all services</li>
<li>Define your data model once, reuse it across all agents</li>
<li>Available on Redis Cloud with no database setup required</li>
</ul>
Expand Down Expand Up @@ -77,7 +77,7 @@ POST /v1/caches/{cacheId}/entries
}
```

See [LangCache API examples]({{< relref "/develop/ai/context-engine/langcache/api-examples" >}}) and [Agent Memory API examples]({{< relref "/develop/ai/context-engine/agent-memory/api-examples" >}}) for more.
See [LangCache API examples]({{< relref "/develop/ai/context-engine/langcache/api-examples" >}}) and the [Agent Memory REST API quickstart]({{< relref "/develop/ai/context-engine/agent-memory/rest-api-quickstart" >}}) for more.

Redis Iris context engine includes four services:

Expand All @@ -86,7 +86,7 @@ Redis Iris context engine includes four services:
- **[Context Retriever]({{< relref "/develop/ai/context-engine/context-retriever" >}})**: Turns your business data into structured tools that AI agents can safely and reliably use, defined once and reused across all agents.
- **[Data integration]({{< relref "/develop/ai/context-engine/data-integration" >}})**: Syncs live data from your existing relational databases into Redis Cloud so agents always have access to fresh, accurate business data.

All four services are available on [Redis Cloud]({{< relref "/operate/rc/context-engine" >}}) using the REST API, with no database setup or management required.
All four services are available on [Redis Cloud]({{< relref "/operate/iris" >}}) using the REST API, with no database setup or management required.

## LangCache

Expand All @@ -105,16 +105,16 @@ LangCache works well for AI assistants, chatbots, RAG applications, AI agents, a

## Agent Memory

[Redis Agent Memory]({{< relref "/develop/ai/context-engine/agent-memory" >}}) gives AI agents a structured, persistent memory layer using a two-tier model:
[Agent Memory]({{< relref "/develop/ai/context-engine/agent-memory" >}}) gives AI agents a structured, persistent memory layer using a two-tier model:

- **Session memory** (short-term or working memory): Holds the current conversation state and session metadata, with configurable TTL-based expiration.
- **Long-term memory**: Stores information extracted from past sessions, including user preferences and learned patterns, as text with vector embeddings for semantic retrieval.

Promotion from session memory to long-term memory is automatic and non-blocking. As a conversation progresses, the service asynchronously extracts and stores important information in the background, keeping agent interactions responsive. You can also create long-term memories directly using the API for bulk imports or external knowledge sources.

Agent Memory is available as a REST API and Python SDK.
Agent Memory is available through Python and TypeScript SDKs and a REST API.

[Get started with Redis Agent Memory]({{< relref "/develop/ai/context-engine/agent-memory" >}})
[Get started with Agent Memory]({{< relref "/develop/ai/context-engine/agent-memory" >}})

## Context Retriever

Expand Down
Loading
Loading