Skip to main content

Python client for Pliamem - Unified memory recall for AI agents

Project description

Pliamem Python Client

Official Python SDK for Pliamem, the unified memory microservice for AI agents.

Installation

pip install pliamem

Quick Start

Make sure your Pliamem Node.js server is running (node src/server.js).

from pliamem import PliamemClient

client = PliamemClient(base_url="http://127.0.0.1:3000")

# Ask a direct question synthesized from memory
response = client.ask("What is the ZTB Protocol?")
print(response["answer"])

# Search across all memory layers
results = client.search("ZTB Protocol", top=3)
for res in results:
    print(f"[{res['layer']}] {res.get('excerpt', '')[:50]}...")

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

pliamem-0.7.0.tar.gz (2.4 kB view details)

Uploaded Source

Built Distribution

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

pliamem-0.7.0-py3-none-any.whl (2.9 kB view details)

Uploaded Python 3

File details

Details for the file pliamem-0.7.0.tar.gz.

File metadata

  • Download URL: pliamem-0.7.0.tar.gz
  • Upload date:
  • Size: 2.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for pliamem-0.7.0.tar.gz
Algorithm Hash digest
SHA256 c6996f88dbcca9d782d9e38d1dab2327bc0af136153b283092d40b937517a24a
MD5 1b9dae510c3c2ce50ba8217d3fc47c9c
BLAKE2b-256 faa4822b340fc72f9b92144942965f78b5621ca77c5848fae5f35a6b2dbf7dc5

See more details on using hashes here.

File details

Details for the file pliamem-0.7.0-py3-none-any.whl.

File metadata

  • Download URL: pliamem-0.7.0-py3-none-any.whl
  • Upload date:
  • Size: 2.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for pliamem-0.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e16967e2ac5477b4654382529289497564a578201698477003de25ef58384854
MD5 00ee8fbfb290ce859e17da0521f091c5
BLAKE2b-256 7f0a8a48679b9c2d01b6b154cceb7fe485a86840a14f0144f2169fad7abfd05e

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