Skip to main content

EverOS Cloud Memory API

Project description

EverOS banner

☁️ Managed long-term memory for AI agents — the official Cloud Python SDK

X HuggingFace Discord

PyPI Python License

Website · Documentation · Console


Which package? This is EverOS Cloud — the managed SaaS client (pip install everos-cloud).

Want to self-host? Use the open-source everos library instead.

EverOS Cloud — Python SDK

Give your AI agents memory that persists across sessions — managed, searchable, and typed. Add a conversation; EverOS turns it into structured, retrievable memory you can query in one call.

Why EverOS Cloud

  • Self-evolving memory — memory doesn't just pile up, it improves. Background consolidation merges related episodes and refines user profiles over time, so recall gets sharper the more your agent is used.
  • Structured memory, not chat logs — extracts episodes, user profiles, and reusable agent cases & skills from raw conversations, so retrieval returns meaning, not transcripts.
  • Retrieval that fits the query — keyword, vector, hybrid (default), or agentic multi-step search.
  • Multimodal — attach images, audio, and documents to any message.
  • Built for production — fully managed (no vector DB or extraction pipeline to run), with low-latency retrieval and high-concurrency throughput. The engineering guarantees you don't get from self-hosting.
  • Fully typed (pydantic v2) — every request/response is a typed model with full hints, so you get editor autocomplete and validation instead of raw dicts.

Install

pip install everos-cloud

Pre-releases need --pre: pip install --pre everos-cloud.

Upgrading from the 0.4.x client? 1.x is a rewrite with a new API surface — see the migration guide. Pin everos-cloud<1 to stay on the old client.

Quickstart

Get an API key from the EverOS Console, then:

from everos_cloud import EverOS

with EverOS(api_key="sk-...") as client:
    client.add(session_id="session-1", messages=[
        {"sender_id": "user-1", "role": "user", "content": "I love hiking in the mountains"},
    ])

    results = client.search("outdoor hobbies", user_id="user-1")
    print(results)

Full usage — every memory operation, profile editing, and multimodal upload — is in quickstart.md. Prefer typed control? The generated low-level client is exposed as client.memory / client.storage.

Documentation

back to top

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

everos_cloud-1.0.0.tar.gz (66.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

everos_cloud-1.0.0-py3-none-any.whl (140.0 kB view details)

Uploaded Python 3

File details

Details for the file everos_cloud-1.0.0.tar.gz.

File metadata

  • Download URL: everos_cloud-1.0.0.tar.gz
  • Upload date:
  • Size: 66.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for everos_cloud-1.0.0.tar.gz
Algorithm Hash digest
SHA256 3f33766e46133bda2f1402183ecad46ba7c58b1dcb6e15b8b168098cb5dd8320
MD5 be64aab54f0800ad4befcf81da911645
BLAKE2b-256 283cfb3103e0f2da417f56bb8745ab4790e45e311bdf5e7f2cdd927835f267f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for everos_cloud-1.0.0.tar.gz:

Publisher: publish.yml on EverMind-AI/everos-cloud-sdk-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file everos_cloud-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: everos_cloud-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 140.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for everos_cloud-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7be7c6875745b7bb8dfb54d7602f18235e3503173a7b9fe2424824bbcd753fce
MD5 5a4c42a837986d11458f0b4c9f13ee97
BLAKE2b-256 b03aa816df5f88897e2118c6600503698ca11f2fa62cb1e2d00d823741604b41

See more details on using hashes here.

Provenance

The following attestation bundles were made for everos_cloud-1.0.0-py3-none-any.whl:

Publisher: publish.yml on EverMind-AI/everos-cloud-sdk-python

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page