Mem0 integration for Microsoft Agent Framework.
Project description
Get Started with Microsoft Agent Framework Mem0
Please install this package via pip:
pip install agent-framework-mem0 --pre
Memory Context Provider
The Mem0 context provider enables persistent memory capabilities for your agents, allowing them to remember user preferences and conversation context across different sessions and threads.
Basic Usage Example
See the Mem0 basic example which demonstrates:
- Setting up an agent with Mem0 context provider
- Teaching the agent user preferences
- Retrieving information using remembered context across new threads
- Persistent memory
Telemetry
Mem0's telemetry is disabled by default when using this package. If you want to enable telemetry, set the environment variable before importing:
import os
os.environ["MEM0_TELEMETRY"] = "true"
from agent_framework.mem0 import Mem0ContextProvider
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_mem0-1.0.0b260507.tar.gz.
File metadata
- Download URL: agent_framework_mem0-1.0.0b260507.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec95ed9d1e6ca805da8913f335a790f9b9eb2b2d7257f9e48fa4276f32e186d3
|
|
| MD5 |
d38267bec3db5ef0ebdc86ba90162fb7
|
|
| BLAKE2b-256 |
2b18645106e7aa72def7ab2e0ffc785b250926c43e643a7909ad8dde62833a45
|
File details
Details for the file agent_framework_mem0-1.0.0b260507-py3-none-any.whl.
File metadata
- Download URL: agent_framework_mem0-1.0.0b260507-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47bf50032f3341a542dcec256ccd0605e6981a575ee68efa5788ac6c2ef2642f
|
|
| MD5 |
91ac6b39a5d6b7052ddb8485742121d1
|
|
| BLAKE2b-256 |
ab5043e78d654d2c1d4d6b707d93488de310bf8f88f800848ece51e2ae3a9b16
|