Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Install Hystersis SDK and CLI
pip install hystersis
pip install "hystersis[async]"
npm install hystersis
# Install globally npm install -g hystersis # Or with pip pip install hystersis
git clone https://github.com/Himan-D/agent-memory.git cd agent-memory # Build Go server go build -o hystersis ./cmd/server # Build Python SDK cd sdk/python pip install -e . # Build Node.js SDK cd sdk/nodejs npm install npm run build
from hystersis import Hystersis client = Hystersis() print(client.health())