You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-15Lines changed: 2 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,6 @@
1
-
# Redis Agent Memory Server
1
+
# 🔮 Redis Agent Memory Server
2
2
3
-
Agent Memory Server is a high-performance and flexible server for managing
4
-
short-term and long-term memory for agents using Redis. It provides both REST
5
-
API endpoints and an MCP (Model Context Protocol) server interface for robust
6
-
memory operations in AI applications.
3
+
A Redis-powered memory server built for AI agents and applications. It manages both conversational context and long-term memories, offering semantic search, automatic summarization, and flexible APIs through both REST and MCP interfaces.
7
4
8
5
## Features
9
6
@@ -164,13 +161,3 @@ python -m pytest
164
161
3. Commit your changes
165
162
4. Push to the branch
166
163
5. Create a Pull Request
167
-
168
-
## License
169
-
170
-
This project derives from original work from the Motorhead project:
171
-
https://github.com/getmetal/motorhead/
172
-
173
-
The original code is licensed under the Apache License 2.0:
174
-
https://www.apache.org/licenses/LICENSE-2.0
175
-
176
-
Modifications made by Redis, Inc. are also licensed under the Apache License 2.0.
0 commit comments