Installation
Pi Hindsight is published as an npm Pi package.
Install from npm
Section titled “Install from npm”pi install npm:@luxusai/pi-hindsightUse a version when you want a pinned install:
pi install npm:@luxusai/pi-hindsight@0.3.0Install from GitHub source
Section titled “Install from GitHub source”Use GitHub source only when you intentionally want the repository state instead of the latest npm release:
pi install https://github.com/luxus/pi-hindsightLocal checkout installs are for contributors and test builds. See Development.
Choose a Hindsight server
Section titled “Choose a Hindsight server”Use Hindsight Cloud, a self-hosted Hindsight API server, or an embedded local daemon:
- Hindsight Cloud signup
- Self-hosted Hindsight installation
- Embedded (no Docker): Install
@vectorize-io/hindsight-alland useHindsightServerto start a local daemon programmatically. Requiresuv/uvxand Python on the host. Pairs with the existing@vectorize-io/hindsight-clientused by this extension.
The conventional local URL is:
http://localhost:8888Pi Hindsight treats official Hindsight API behavior as the source of truth. Local Pi config selects banks and behavior; Hindsight owns Memory Bank storage, Retain, Recall, Reflect, bank config, mental models, and directives.
Next step
Section titled “Next step”Open Pi in a repository and run:
/hindsightIf the repository has no project config yet, guided setup starts first.