Long-term memory system for AI agents. Provides retain, recall, and reflect operations with multi-strategy retrieval (semantic, BM25, graph, temporal) and cross-encoder reranking.
Zeabur
Zeabur
ZeaburLong-term memory system for AI agents using biomimetic data structures. Provides three core operations:
This template deploys 3 services:
| Service | Port | Purpose |
|---|---|---|
| PostgreSQL (pgvector) | 5432 | Database with vector search |
| Hindsight API | 8888 | Core memory engine (FastAPI) |
| Control Plane | 9999 | Admin dashboard UI (Next.js) |
openai, anthropic, gemini, groq, etc.)gpt-4o-mini)After deployment, access the API at https://<your-api-domain>/docs for the interactive API documentation, or use the Control Plane UI to manage memory banks.
Hindsight provides SDKs for Python, TypeScript, Go, and Rust, plus integrations with Claude Code, OpenAI Codex, CrewAI, LangGraph, LlamaIndex, and more.