Python client for Hindsight, a semantic memory system with personality-driven thinking. Current version 0.6.1, requires Python >=3.10. Released under MIT license. Development is active with regular updates.
pip install hindsight-clientNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize client with API key and base URL, then call think() to generate a response.
Set environment variable before using client: export HINDSIGHT_API_KEY='your_key'
Call client.validate() immediately after construction to test credentials.
Use from hindsight_client import Personality; response = client.think(prompt=..., personality=Personality.LOGICAL)