Install the SDK
pip install elephantasmRequirements
Python >= 3.9
No additional dependencies requiredPackage Links
PyPI: https://pypi.org/project/elephantasm/
GitHub: https://github.com/hejijunhao/elephantasm-pySet Up Environment Variables
After installation, configure your credentials:
export ELEPHANTASM_API_KEY=sk_live_...
export ELEPHANTASM_ANIMA_ID=your-anima-idDon't have an API key yet? See Authentication for how to get one.
Verify Installation
from elephantasm import inject
pack = inject()
print("Connected!" if pack else "No memories yet — that's normal for a new anima.")Next Steps
Ready to capture your first events? Head to Quick Start.