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.0
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.0.tar.gz | 4.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| memoricai-0.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.9 kB
Release files / memoricai-0.3.0.tar.gz
| Download URL | memoricai-0.3.0.tar.gz |
|---|---|
| Size | 4.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
689f496d4d005166f1e193caae7d4ec4baa0dfc2a4a7420dd0d141d9da4cdcf3
|
|
BLAKE2b-256 checksum How to use checksums |
27ab668249c1ff01879bf674d6394d67fc56f448196d9c9ad4c01c87bfd4305d
|
| 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.0-py3-none-any.whl
| Download URL | memoricai-0.3.0-py3-none-any.whl |
|---|---|
| Size | 4.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
557781dadc65544de8b4d5ef559954017c01dca38bd1d9a2f6adfe77f9a121ac
|
|
BLAKE2b-256 checksum How to use checksums |
27cc786d264bf58ab1577cea4e13e5f10989fe95a0735d9d3db14af490544048
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|