Pluggable memory layer for Agentic AI frameworks
Project description
Phoenix‑AI Memory
A pluggable memory layer for Agentic AI frameworks. It ships with adapters for in‑process, LangMem, Zep and Mem0 back‑ends, discovered automatically via Poetry entry points.
from phoenix_ai_memory import Memory
# picks backend from $PHOENIX_BACKEND (default: in_memory)
memory = Memory.from_env()
memory.remember("user", "I like classical music 🎵")
print(memory.recall("music")[0])
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 phoenix_ai_memory-0.2.4.tar.gz.
File metadata
- Download URL: phoenix_ai_memory-0.2.4.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.13.5 Linux/6.11.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4401e5a78d852e2b7876474045542dfa2b04ca501e871c2f3ec768d773a7fed2
|
|
| MD5 |
f710bc382a993267b830e3ffddfdae48
|
|
| BLAKE2b-256 |
3b0f7dfd46aaeadb98ccb1a1249e4777288adfa6982c5b366c3775ba5123a17b
|
File details
Details for the file phoenix_ai_memory-0.2.4-py3-none-any.whl.
File metadata
- Download URL: phoenix_ai_memory-0.2.4-py3-none-any.whl
- Upload date:
- Size: 12.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.13.5 Linux/6.11.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1427a26083dddd1de1be9030a3bf84d506462d0d238fba1326c1d09f9ca554fb
|
|
| MD5 |
86225c47ccfdebd3fbb2c1aa48ef720f
|
|
| BLAKE2b-256 |
1e66914835a6f64ec61e6ae13de6fcfc1bd4ced67b9fe6e1b5e5d06a95e6a116
|