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.1.5
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.1.5.tar.gz | 4.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| memoricai-0.1.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.8 kB
Release files / memoricai-0.1.5.tar.gz
| Download URL | memoricai-0.1.5.tar.gz |
|---|---|
| Size | 4.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
603de8144d73afe7929f07400bebaf4c290e05cfea0660a6c74af5ab07bf57ef
|
|
BLAKE2b-256 checksum How to use checksums |
f8fbaf6fc70734a123fccdff1e4bf5e425052d159d8941fcd3970b31fae3266d
|
| 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.1.5-py3-none-any.whl
| Download URL | memoricai-0.1.5-py3-none-any.whl |
|---|---|
| Size | 4.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
baa8e0b7822b029baac1f6321efb225208c486850ebc5f346a9f47ba07b58ec3
|
|
BLAKE2b-256 checksum How to use checksums |
92a45331f90156ef6a018a8063eed8fd25e3056caf5d55efdb604251c6d3d942
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|