Skip to main content

Cloud memory for AI agents. 3 lines to integrate. No SDK dependencies.

Project description

🃏 HyperStack Python SDK

Cloud memory for AI agents. Zero dependencies. 3 lines to integrate.

Install

pip install hyperstack-py

Quick Start

from hyperstack import HyperStack

hs = HyperStack("hs_your_key")

# Store a memory
hs.store("project-api", "API", "FastAPI 3.12 on AWS", stack="projects", keywords=["fastapi", "python"])

# Search memories
results = hs.search("python")

# List all cards
cards = hs.list()

# Delete a card
hs.delete("project-api")

# Get usage stats
stats = hs.stats()
print(f"Saving {stats['savings_pct']}% on tokens!")

# Auto-extract from conversation text
hs.ingest("Alice is a senior engineer. We decided to use FastAPI over Django.")

Why HyperStack?

  • Zero dependencies — just Python stdlib
  • No LLM costs — memory ops are free
  • 94% token savings — ~350 tokens vs ~6,000 per message
  • 30-second setup — get key at cascadeai.dev

API Reference

Method Description
store(slug, title, body, stack, keywords) Create/update a card
search(query) Search cards
list(stack=None) List all cards
get(slug) Get one card
delete(slug) Delete a card
stats() Usage summary
ingest(text) Auto-extract memories

Get a free key

cascadeai.dev — 50 cards free, no credit card.

License

MIT © CascadeAI

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

hyperstack_py-1.1.0.tar.gz (5.4 kB view details)

Uploaded Source

Built Distribution

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

hyperstack_py-1.1.0-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file hyperstack_py-1.1.0.tar.gz.

File metadata

  • Download URL: hyperstack_py-1.1.0.tar.gz
  • Upload date:
  • Size: 5.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for hyperstack_py-1.1.0.tar.gz
Algorithm Hash digest
SHA256 ae26d85efc7b544953c9437945c20968ca2de35cf34c54236efec05504a94d49
MD5 ec47f1022b7c5d63dca90f8ac0d750ae
BLAKE2b-256 69e31fca515fa16c36f45d1844f8388ae8c8a6a252399ef19718110e562e2682

See more details on using hashes here.

File details

Details for the file hyperstack_py-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: hyperstack_py-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 5.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for hyperstack_py-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 268eeb9ba1d7574d2d4b6ff1471232711754973029edbf4b4b91b35102d11293
MD5 4684ca9f13bd7fe26b3d4410b4db9435
BLAKE2b-256 a02acb508d0901de6bc6e60023aef5d68b4ad924041d0ade0d70e57125292b3b

See more details on using hashes here.

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