hindsight-docs
Audited by Runlayer on Mar 13, 2026
Malicious tool definition detected
Malicious tool definition detected
Try being explicit: - "Remember that..." triggers storage - "What do you know about..." triggers recall ### Local Mode Issues **Daemon not starting:** ```bash uvx hindsight-embed daemon status uvx hindsight-embed daemon logs ``` **Reconfigure LLM provider:** ```bash uvx hindsight-embed configure ``` ### Cloud Mode Issues **Authentication errors:** ```bash # Verify your config cat ~/.hindsight/config # Test connection manually hindsight bank list ``` **Wrong bank ID:** Check your SKILL.md file to
Malicious tool definition detected
Malicious tool definition detected
{/* Import raw source files */} ## Start the API Server ### pip (API only) ```bash pip install hindsight-api export OPENAI_API_KEY=sk-xxx export HINDSIGHT_API_LLM_API_KEY=$OPENAI_API_KEY hindsight-api ``` API available at [http://localhost:8888](http://localhost:8888/docs) ### Docker (Full Experience) ```bash export OPENAI_API_KEY=sk-xxx docker run --rm -it --pull always -p 8888:8888 -p 9999:9999 \ -e HINDSIGHT_API_LLM_API_KEY=$OPENAI_API_KEY \ -v $HOME/.hindsight-docker:/home/hindsight/.pg0 \ g
Malicious tool definition detected
Malicious tool definition detected
- Starts an embedded PostgreSQL (pg0) automatically - Runs database migrations on startup - Exposes the full MCP endpoint at `http://localhost:8888/mcp/` - Data persists in `~/.pg0/hindsight-mcp/` across restarts ## Setup ### 1. Start the server ```bash HINDSIGHT_API_LLM_API_KEY=sk-...
Shadow Persistence
Privilege Escalation
Supply Chain Compromise
Data Exfiltration
Context Poisoning
Malicious tool definition detected
Data Exfiltration
Supply Chain Compromise
Tool passed security scan
Data Exfiltration
Prompt Injection
Context Poisoning
Guardrail Bypass
Resource Abuse
Supply Chain Compromise
Malicious tool definition detected
Configure Environment ```bash cp .env.example .env ``` Edit `.env` with your LLM API key: ```bash # Database (connects to Docker postgres) HINDSIGHT_API_DATABASE_URL=postgresql://hindsight:hindsight_dev@localhost:5432/hindsight # LLM Provider (choose one) HINDSIGHT_API_LLM_PROVIDER=groq HINDSIGHT_API_LLM_API_KEY=gsk_xxxxxxxxxxxx HINDSIGHT_API_LLM_MODEL=llama-3.1-70b-versatile ``` ### 5.
Malicious tool definition detected
## Installation ```bash curl -fsSL https://hindsight.vectorize.io/get-cli | bash ``` ## Configuration Configure the API URL: ```bash # Interactive configuration hindsight configure # Or set directly hindsight configure --api-url http://localhost:8888 # With API key for authentication hindsight configure --api-url http://localhost:8888 --api-key your-api-key # Or use environment variables (highest priority) export HINDSIGHT_API_URL=http://localhost:8888 export HINDSIGHT_API_KEY=your-api-key ``` #
Malicious tool definition detected
Tool passed security scan
Malicious tool definition detected
Each scope runs an independent pass, creating or updating observations tagged with only that scope's tags. :::info Scope isolation During consolidation, Hindsight uses `all_strict` matching to find existing observations to update — only observations whose tags exactly match the current scope are considered. This keeps scopes isolated: a memory consolidated under `["student:alice"]` will never bleed into an observation tagged `["student:alice", "teacher:bob"]`.
Malicious tool definition detected
Tool passed security scan
Malicious tool definition detected
Risky tool definition detected
Malicious tool definition detected
Destructive Action
Tool passed security scan
Prompt Injection
Guardrail Bypass
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Passed Files (12)Click to expand
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan