Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ dmypy.json
# uv
uv.lock

# MkDocs build output
site/

# OS
.DS_Store
Thumbs.db
Expand Down
310 changes: 28 additions & 282 deletions README.md

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions docs/user_guide/01_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ Get an ADK agent running with Redis-backed sessions and long-term memory in
three steps. For the concepts behind each feature, see the
[Concepts](../concepts/index.md) section.

> **Full guide on redis.io:**
> [redis.io/docs/latest/integrate/google-adk/](https://redis.io/docs/latest/integrate/google-adk/)
> **See also:** [ADK + Redis on redis.io](https://redis.io/docs/latest/integrate/google-adk/) for additional coverage.

## 1. Start infrastructure

Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/how_to_guides/memory_server_setup.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Agent Memory Server Setup Guide

> **Canonical docs:** See [redis.io/docs/latest/integrate/google-adk/](https://redis.io/docs/latest/integrate/google-adk/) for the full integration guide. This file is a quick-reference for contributors.
> **See also:** [ADK + Redis on redis.io](https://redis.io/docs/latest/integrate/google-adk/) for additional coverage.

Complete setup instructions for Redis Agent Memory Server.

Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/how_to_guides/redis_setup.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Redis Setup Guide

> **Canonical docs:** See [redis.io/docs/latest/integrate/google-adk/](https://redis.io/docs/latest/integrate/google-adk/) for the full integration guide. This file is a quick-reference for contributors.
> **See also:** [ADK + Redis on redis.io](https://redis.io/docs/latest/integrate/google-adk/) for additional coverage.

This guide covers Redis deployment options for use with adk-redis.

Expand Down
Loading
Loading