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.6.tar.gz
(29.9 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.6.tar.gz.
File metadata
- Download URL: ladybug_memory-0.1.6.tar.gz
- Upload date:
- Size: 29.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02cb5ccaa5d39c87d218678752cd4d56180fd12fe95e7bf216de2f502cd5039f
|
|
| MD5 |
3595227e9f64f68fbdee6f96a7b8cf4f
|
|
| BLAKE2b-256 |
a7ce0ee3fb45f45b4b180cd35b5100c650222e7fbea090e947f9973090331649
|
File details
Details for the file ladybug_memory-0.1.6-py3-none-any.whl.
File metadata
- Download URL: ladybug_memory-0.1.6-py3-none-any.whl
- Upload date:
- Size: 21.7 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 |
dc54cfd4bb0b88cea0b4dd2b2aaaf7358e4eeba85d509513170dfd0baea6eca4
|
|
| MD5 |
3795dcb2cf413a151b66911f9e3907c5
|
|
| BLAKE2b-256 |
4b792483a967d0e4a6c66f6068950c91140f8362f3250081bb428a07c6319603
|