Skip to main content

hindsight-all

All-in-one package for Hindsight - Agent Memory That Works Like Human Memory

Quick Start

from hindsight import start_server, HindsightClient

# Start server with embedded PostgreSQL
server = start_server(
    llm_provider="groq",
    llm_api_key="your-api-key",
    llm_model="openai/gpt-oss-120b"
)

# Create client
client = HindsightClient(base_url=server.url)

# Store memories
client.put(agent_id="assistant", content="User prefers Python for data analysis")

# Search memories
results = client.search(agent_id="assistant", query="programming preferences")

# Generate contextual response
response = client.think(agent_id="assistant", query="What languages should I recommend?")

# Stop server when done
server.stop()

Using Context Manager

from hindsight import HindsightServer, HindsightClient

with HindsightServer(llm_provider="groq", llm_api_key="...") as server:
    client = HindsightClient(base_url=server.url)
    # ... use client ...
# Server automatically stops

Installation

pip install hindsight-all

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hindsight_all_slim-0.8.5.tar.gz (1.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hindsight_all_slim-0.8.5-py3-none-any.whl (1.7 kB view details)

Uploaded Python 3

File details

Details for the file hindsight_all_slim-0.8.5.tar.gz.

File metadata

  • Download URL: hindsight_all_slim-0.8.5.tar.gz
  • Upload date:
  • Size: 1.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for hindsight_all_slim-0.8.5.tar.gz
Algorithm Hash digest
SHA256 26127604f3a22a9a6156353b86fa0af602df35ad0652a660a86b5029c875ceb0
MD5 1c2b47c7e6401ffa42d58a910055f81b
BLAKE2b-256 280f7a88b3038dd6504e35dadcb9ac71ea47c62a6b01b5e04c9bb520b60281ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for hindsight_all_slim-0.8.5.tar.gz:

Publisher: release.yml on vectorize-io/hindsight

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file hindsight_all_slim-0.8.5-py3-none-any.whl.

File metadata

File hashes

Hashes for hindsight_all_slim-0.8.5-py3-none-any.whl
Algorithm Hash digest
SHA256 dc89c618dfc4b6a9ab1323ff0b4c1f3dde7275bbd0d97df7119d43e76d3b733e
MD5 7923ce845abdc2381d7d6cd143f951ba
BLAKE2b-256 1a6e89c1e412495820713f67f38363dc26ba7e9f9a130f098388477ca52c54bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for hindsight_all_slim-0.8.5-py3-none-any.whl:

Publisher: release.yml on vectorize-io/hindsight

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

0.9.2

2 files

0.9.1

2 files

0.9.0

2 files

0.8.6

2 files

This release

0.8.5 This release

2 files

0.8.4

2 files

0.8.3

2 files

0.8.2

2 files

0.8.1

2 files

0.8.0

2 files

0.7.2

2 files

0.7.1

2 files

0.7.0

2 files

0.6.2

2 files

0.6.1

2 files

0.6.0

2 files

0.5.6

2 files

0.5.5

2 files

0.5.4

2 files

0.5.3

2 files

0.5.2

2 files

0.5.1

2 files

0.5.0

2 files

0.4.22

2 files

0.4.21

2 files

0.4.20

2 files

0.4.19

2 files

0.4.18

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page