Skip to content

Commit 435939e

Browse files
committed
2 parents 10ea047 + 2e81016 commit 435939e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ memory operations in AI applications.
77

88
## Features
99

10-
- **Short-Term Memory Management**
10+
- **Short-Term Memory**
1111
- Configurable window size for recent messages
1212
- Automatic conversation summarization using LLMs
1313
- Token limit management based on model capabilities
@@ -91,6 +91,7 @@ Agent Memory Server also offers an MCP (Model Context Protocol) server interface
9191
2. Start both the REST API server and MCP server:
9292
```bash
9393
python -m redis_memory_server.main
94+
```
9495

9596
### Docker Compose
9697

0 commit comments

Comments
 (0)