Skip to main content

Hindsight: Agent Memory That Works Like Human Memory - All-in-One Bundle

Project description

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

Project details


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-0.1.9.tar.gz (8.2 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-0.1.9-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

Details for the file hindsight_all-0.1.9.tar.gz.

File metadata

  • Download URL: hindsight_all-0.1.9.tar.gz
  • Upload date:
  • Size: 8.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for hindsight_all-0.1.9.tar.gz
Algorithm Hash digest
SHA256 ee503244f53a0125b344263ec59331184b676c348bee17d608f2f6918cab9116
MD5 7b62568c87e8b350de34ea7a0be78e86
BLAKE2b-256 f957e85b292a7033ec6e6863a4acf3c0facf177fc4a64d2868334785222f69fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for hindsight_all-0.1.9.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-0.1.9-py3-none-any.whl.

File metadata

  • Download URL: hindsight_all-0.1.9-py3-none-any.whl
  • Upload date:
  • Size: 4.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for hindsight_all-0.1.9-py3-none-any.whl
Algorithm Hash digest
SHA256 76662f1b5de273e0654ebeb8a281919a6d1186259bb662f2f3179dad75624244
MD5 422c91a75eb4b56f1392d03ed031b57c
BLAKE2b-256 7f383041a4c9991991c17f993c5c6714f8734ebde110d7e13c7edb8aacbef21f

See more details on using hashes here.

Provenance

The following attestation bundles were made for hindsight_all-0.1.9-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.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page