Hyperspell
Hyperspell is a memory management platform for AI applications, providing persistent memory and context management for LLM-powered products. Respan gives you full observability over how context is stored, retrieved, and used across conversations.
Set up Respan
Create an account at platform.respan.ai and grab an API key.
Run npx @respan/cli setup to set up with your coding agent.
Tracing
Hyperspell doesn’t expose a Python instrumentor. Wrap your memory operations in
@task and @workflow decorators to trace them with Respan.Setup
Set environment variables
HYPERSPELL_API_KEY is used for memory operations. RESPAN_API_KEY is used to export traces to Respan.
View your trace
Open the Traces page to see your memory workflow with store, retrieve, and search spans.