Skip to main content

HMG Agent Memory SDK — Community Edition

Project description

hmg

Version License Python

Python SDK for the HMG agent memory system.

Install

pip install hmg-sdk

Quick Start

from hmg import HMGClient

client = HMGClient(base_url="http://localhost:8080")

# Store a decision
client.memorize(
    content="We chose PostgreSQL for the main database",
    source="architecture-review",
    modality="text",
)

# Recall it later
result = client.recall(query="database choice")
for atom in result.atoms:
    print(f"[{atom.score:.2f}] {atom.text}")

# Correct when it changes
client.correct(
    atom_id=atom.id,
    action="replace",
    reason="Migrated to CockroachDB",
    new_content="We migrated to CockroachDB for horizontal scale",
)

API Surface

Method Description
client.memorize(...) Store a memory atom
client.recall(...) Recall memories by query
client.correct(...) Correct a memory atom
client.govern(...) Govern a memory atom's visibility
client.handoff(...) Store a cross-session handoff
client.agent_brief(...) Get session-start context
client.history(...) Get correction/governance history
client.stats() Get memory store statistics

Requirements

  • Python 3.9+
  • HMG daemon running (hmg daemon start)

License

Apache-2.0

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

hmg_sdk-1.4.7.tar.gz (4.8 kB view details)

Uploaded Source

Built Distribution

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

hmg_sdk-1.4.7-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

File details

Details for the file hmg_sdk-1.4.7.tar.gz.

File metadata

  • Download URL: hmg_sdk-1.4.7.tar.gz
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for hmg_sdk-1.4.7.tar.gz
Algorithm Hash digest
SHA256 7f00fbc47c57689291e45b58eff91926887aaa400ffabbbdadf03ecf6e9ac205
MD5 097f0750ded38051001ad115c8837c72
BLAKE2b-256 bf929d38ac9058f57db509251d8b5d27c68a744fa6661ef014a9bcaa44ed04f7

See more details on using hashes here.

File details

Details for the file hmg_sdk-1.4.7-py3-none-any.whl.

File metadata

  • Download URL: hmg_sdk-1.4.7-py3-none-any.whl
  • Upload date:
  • Size: 5.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for hmg_sdk-1.4.7-py3-none-any.whl
Algorithm Hash digest
SHA256 7444d12a5be15c998c815d1745df72a64705a9b616b16821c381b33f08ae34c1
MD5 7c4c32c7878ed8f6a38fc5d07ddee236
BLAKE2b-256 e8af79bba4ec97668fd4e9d5e90b49e1cb207b7238a092ff282950ce13910679

See more details on using hashes here.

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