The Memory Layer for AI - Persistent memory across all AI models
Project description
RecallBricks Python SDK
The Memory Layer for AI - Persistent memory across all AI models.
Installation
pip install recallbricks
Quick Start
from recallbricks import RecallBricks
rb = RecallBricks("your-api-key")
# Create a memory
memory = rb.create_memory(
text="User prefers dark mode",
tags=["preference", "ui"]
)
# Search memories
results = rb.search("dark mode", limit=5)
for memory in results:
print(memory.text)
Documentation
Visit https://recallbricks.com/docs for full documentation.
License
MIT
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
recallbricks-0.1.0.tar.gz
(5.6 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 recallbricks-0.1.0.tar.gz.
File metadata
- Download URL: recallbricks-0.1.0.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9563b806f294e6344259c53850fe3cabe82ed48d5133884c88cb034465ed067d
|
|
| MD5 |
bd7de2e2df87c64a25e049813d13a363
|
|
| BLAKE2b-256 |
8e081a39fbc3de7f20c6d2cb17a36f7ac2419559cf52db7d59eb3883dc2e0489
|
File details
Details for the file recallbricks-0.1.0-py3-none-any.whl.
File metadata
- Download URL: recallbricks-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42b458d60200a7d3a48229456899fca7fdc10af01e778f7e04427f16a90504fa
|
|
| MD5 |
0938bf512650214ee102a94c885600ab
|
|
| BLAKE2b-256 |
50ed922645d38de7fea19f2ef9d0c7d870d30f5bf90e6312e81067ba5a65b557
|