We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10ea047 + 2e81016 commit 435939eCopy full SHA for 435939e
README.md
@@ -7,7 +7,7 @@ memory operations in AI applications.
7
8
## Features
9
10
-- **Short-Term Memory Management**
+- **Short-Term Memory**
11
- Configurable window size for recent messages
12
- Automatic conversation summarization using LLMs
13
- Token limit management based on model capabilities
@@ -91,6 +91,7 @@ Agent Memory Server also offers an MCP (Model Context Protocol) server interface
91
2. Start both the REST API server and MCP server:
92
```bash
93
python -m redis_memory_server.main
94
+ ```
95
96
### Docker Compose
97
0 commit comments