Redis integration for Microsoft Agent Framework.
Project description
Get Started with Microsoft Agent Framework Redis
Please install this package via pip:
pip install agent-framework-redis --pre
Components
Memory Context Provider
The RedisProvider enables persistent context & memory capabilities for your agents, allowing them to remember user preferences and conversation context across sessions and threads.
Basic Usage Examples
Review the set of getting started examples for using the Redis context provider.
Redis Chat Message Store
The RedisChatMessageStore provides persistent conversation storage using Redis Lists, enabling chat history to survive application restarts and support distributed applications.
Key Features
- Persistent Storage: Messages survive application restarts
- Thread Isolation: Each conversation thread has its own Redis key
- Message Limits: Configurable automatic trimming of old messages
- Serialization Support: Full compatibility with Agent Framework thread serialization
- Production Ready: Connection pooling, error handling, and performance optimized
Basic Usage Examples
See the complete Redis chat message store examples including:
- User session management
- Conversation persistence across restarts
- Thread serialization and deserialization
- Automatic message trimming
- Error handling patterns
Installing and running Redis
You have 3 options to set-up Redis:
Option A: Local Redis with Docker
docker run --name redis -p 6379:6379 -d redis:8.0.3
Option B: Redis Cloud
Get a free db at https://redis.io/cloud/
Option C: Azure Managed Redis
Here's a quickstart guide to create Azure Managed Redis for as low as $12 monthly: https://learn.microsoft.com/en-us/azure/redis/quickstart-create-managed-redis
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agent_framework_redis-1.0.0b251105.tar.gz.
File metadata
- Download URL: agent_framework_redis-1.0.0b251105.tar.gz
- Upload date:
- Size: 22.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.24
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1afb4bd60e4e1bcccc42d7daff120b62944a6e53a10d34d2fa02835b660a884b
|
|
| MD5 |
6c8887fa4a886b6374733ff7cd4ea3a2
|
|
| BLAKE2b-256 |
3332f4e9682c68aefca8b031cfe670edccc036a734f16369bf2747c1ac9cde3b
|
File details
Details for the file agent_framework_redis-1.0.0b251105-py3-none-any.whl.
File metadata
- Download URL: agent_framework_redis-1.0.0b251105-py3-none-any.whl
- Upload date:
- Size: 15.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.24
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f39c06bb548f5a7f0057b9531bd26ec923d84ccec222d6f909079880c298b9dc
|
|
| MD5 |
71dc9aad5a1dacdfd51315b8432efa7e
|
|
| BLAKE2b-256 |
52dfbcab2c9b02d78dd0e5a48cd8227c40272dba6182c0ea9d8fda75c5a2b175
|