memoricai Python SDK
Stdlib-only client for the memoricai /v1 HTTP API (Python 3.9+).
from memoricai import Client
client = Client("http://localhost:7373", "mc_...")
doc = client.add_text("My name is Ada.", container_tag="mc_project_default")
client.wait_for_document(doc["id"])
res = client.search_memories("what is my name",
container_tag="mc_project_default", digest=True)
print(res["digest"]) # ready-to-inject, date-stamped context
print(client.profile("mc_project_default"))
Install from the repo: pip install ./sdks/python. Transient failures (429/5xx)
are retried with exponential backoff; API errors raise MemoricaiError(status, message).
Release files for memoricai 0.3.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| memoricai-0.3.1.tar.gz | 4.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| memoricai-0.3.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.3 kB
Release files / memoricai-0.3.1.tar.gz
| Download URL | memoricai-0.3.1.tar.gz |
|---|---|
| Size | 4.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
14d26be70c5390cb79083ca79a4cf6361299c962be0f8b08f13b8e128fe55624
|
|
BLAKE2b-256 checksum How to use checksums |
24b0dd5ea5c1bf8b88e07b2de4c2041168f46f34f48a56047e5c04e89afb7ff0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Release files / memoricai-0.3.1-py3-none-any.whl
| Download URL | memoricai-0.3.1-py3-none-any.whl |
|---|---|
| Size | 4.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7cc9e35720f28d4f4df84d23865c815ecdc7f4025bcc963942ff9993efcc6d4c
|
|
BLAKE2b-256 checksum How to use checksums |
6b18a56f82ec45164cd738134d17db1f2928f89bc6f3a17539d94ed934517713
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|