Agent memory interface implemented using LadybugDB
Project description
Memory
Agent memory interface implemented using LadybugDB. Other more optimized interfaces are possible.
Installation
uv sync
Usage
uv pip install ladybug-memory
from lbmemory import LadybugMemory
mem = LadybugMemory("memory.lbdb")
mem.store("User prefers Python", memory_type="preference", importance=8)
results = mem.search("python")
for r in results:
print(r.entry.content)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ladybug_memory-0.1.4.tar.gz
(29.8 kB
view details)
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 ladybug_memory-0.1.4.tar.gz.
File metadata
- Download URL: ladybug_memory-0.1.4.tar.gz
- Upload date:
- Size: 29.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e773b1617f711a50675ba3432299ad94e2e83e1e53e568f1b56cd8d0ebe3cf1
|
|
| MD5 |
1761b05225e53c4e0efa1c5a386ee5da
|
|
| BLAKE2b-256 |
649408f1da3885327ddddd79b6f24013f689b6ff083e68396c503bc067eb875a
|
File details
Details for the file ladybug_memory-0.1.4-py3-none-any.whl.
File metadata
- Download URL: ladybug_memory-0.1.4-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e10e2280dec809e86a66f141e6cfe7d81691d1df48ce06d13d6f90932806b829
|
|
| MD5 |
c3de4718b6804acfa4ae5cb30c58f824
|
|
| BLAKE2b-256 |
cd94725208cb4fa203480fe00f487072dd377abc36c7f1df81ac9d9720f82944
|