logo
icon

Hindsight

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
展開済み0
発行者zeaburZeabur
展開済み0
発行者zeaburZeabur
作成日2026-04-05
サービス
service icon
service icon
service icon
タグ
AIToolAPI

Hindsight

Long-term memory system for AI agents using biomimetic data structures. Provides three core operations:

  • Retain: Store memories — extracts facts, entities, and relationships automatically
  • Recall: Retrieve memories via 4 parallel strategies (semantic, BM25, graph, temporal) + reranking
  • Reflect: Disposition-aware reasoning using memories and mental models

Services

This template deploys 3 services:

ServicePortPurpose
PostgreSQL (pgvector)5432Database with vector search
Hindsight API8888Core memory engine (FastAPI)
Control Plane9999Admin dashboard UI (Next.js)

Configuration

  1. Set your LLM Provider (openai, anthropic, gemini, groq, etc.)
  2. Set your LLM API Key
  3. Set your LLM Model (e.g. gpt-4o-mini)
  4. Bind domains to the API and Control Plane services

Usage

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.

SDK & Integrations

Hindsight provides SDKs for Python, TypeScript, Go, and Rust, plus integrations with Claude Code, OpenAI Codex, CrewAI, LangGraph, LlamaIndex, and more.