Registry / ai-ml / hindsight-all

hindsight-all

JSON →
library0.7.2pypypi✓ verified 79d ago

Hindsight is a Python library for agent memory that works like human memory, providing episodic, semantic, and procedural memory systems. The all-in-one bundle (version 0.7.2) includes core memory types and index integrations. Released monthly, supports Python >=3.11.

pip install hindsight-all
INSTALL
IMPORT
SIG · HINDSIGHT-ALL
H
hindsight-all
ai-mlpythonv0.7.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HindsightClient
from hindsight import HindsightClient
from hindsight import HindsightMemory
HindsightEmbedded
from hindsight import HindsightEmbedded
HindsightServer
from hindsight import HindsightServer

Initialize HindsightMemory and store a memory.

from hindsight import HindsightMemory memory = HindsightMemory() result = memory.store("Hello, world!") print(result)
Debug
Known issues
breakingVersion 0.7.0 changed the import path from `hindsight_memory` to `hindsight`. Update all imports.
fix
Replace `from hindsight_memory import ...` with `from hindsight import ...`
affects: >=0.7.0
deprecatedThe `store` method now requires a string argument; passing lists or dicts will raise TypeError in future releases.
fix
Ensure all calls to `memory.store()` use a single string argument.
affects: >=0.7.0
gotchaDo not use `HindsightMemory()` without an API key if your backend requires authentication.
fix
Set the `HINDSIGHT_API_KEY` environment variable or pass `api_key='your-key'` to the constructor.
affects: all
Upgrade
Version history
0.7.2latest on PyPI · released Jun 2, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
OpenAI (training)
1
Resources

No resource links recorded.

hindsight-all — pip install hindsight-all · libregistry