Skip to content

Supermemory Adapters

memio.providers.supermemory.SupermemoryFactAdapter

FactStore implementation backed by Supermemory.

Parameters:

Name Type Description Default
api_key str | None

Supermemory API key. If not provided, reads from SUPERMEMORY_API_KEY environment variable.

None

memio.providers.supermemory.SupermemoryDocumentAdapter

DocumentStore implementation backed by Supermemory.

Parameters:

Name Type Description Default
api_key str | None

Supermemory API key. If not provided, reads from SUPERMEMORY_API_KEY environment variable.

None
container_tag str | None

Optional default container tag to scope all document operations. Maps to a user, project, or other grouping identifier.

None