Skip to content

Commit 7ca7bfb

Browse files
authored
Correct memory patterns URL
1 parent fa0e3bb commit 7ca7bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ results = await client.search_long_term_memory(
5757
)
5858
```
5959

60-
> **Note**: While you can call client functions directly as shown above, using **MCP or SDK-provided tool calls** is recommended for AI agents as it provides better integration, automatic context management, and follows AI-native patterns. See **[Memory Patterns](https://redis.github.io/agent-memory-server/memory-patterns/)** for guidance on when to use each approach.
60+
> **Note**: While you can call client functions directly as shown above, using **MCP or SDK-provided tool calls** is recommended for AI agents as it provides better integration, automatic context management, and follows AI-native patterns. See **[Memory Integration Patterns](https://redis.github.io/agent-memory-server/memory-patterns/)** for guidance on when to use each approach.
6161
6262
### 3. MCP Integration
6363

0 commit comments

Comments
 (0)