Skip to main content

ACIS — AI Context & Intelligent System SDK. Persistent memory for LLM applications.

Project description

ACIS SDK

AI Context & Intelligent System — Memory for LLM Applications

Installation

pip install acis-memory

Quick Start

from acis import MemoryClient

# Point to your ACIS deployment
client = MemoryClient(
    tenant_id="your-tenant-uuid",
    base_url="https://your-acis-server.com/acis",
)

# Create session
session = client.create_session(user_id="user-123")

# Every turn:
client.add_event(session_id=session.session_id, role="user", content="Hello")
ctx = client.get_context(session_id=session.session_id, query="Hello")

# ctx.messages → pass directly to any LLM (OpenAI, Azure, Anthropic, etc.)
response = your_llm(messages=ctx.messages)

client.add_event(session_id=session.session_id, role="assistant", content=response)

# End conversation
client.close_session(session_id=session.session_id)

What is ACIS?

ACIS provides persistent memory for AI assistants. It automatically:

  • Stores conversation history (Short-Term Memory)
  • Extracts facts, preferences, and constraints (Long-Term Memory)
  • Assembles relevant context for every LLM call (token-budgeted)
  • Handles memory decay, contradiction detection, and entity graphs

Requirements

  • Python 3.9+
  • An ACIS server deployment (contact your admin for base_url and tenant_id)

Only Dependency

  • httpx (HTTP client)

That's it. No PostgreSQL, Redis, Celery, or Django needed on the app side.

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

acis_memory-1.1.0.tar.gz (6.6 kB view details)

Uploaded Source

Built Distribution

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

acis_memory-1.1.0-py3-none-any.whl (7.3 kB view details)

Uploaded Python 3

File details

Details for the file acis_memory-1.1.0.tar.gz.

File metadata

  • Download URL: acis_memory-1.1.0.tar.gz
  • Upload date:
  • Size: 6.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.0rc1

File hashes

Hashes for acis_memory-1.1.0.tar.gz
Algorithm Hash digest
SHA256 32297b99c5b92e0769b5d06becd5826851200167877c2fe56f0cea5cecdbb463
MD5 478939557d5bd040d46146a0b98303c6
BLAKE2b-256 a024c9bf45ab0ffc8ea0edf9159e497d5c46f2df16ce23e0e988ef9d852d49d2

See more details on using hashes here.

File details

Details for the file acis_memory-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: acis_memory-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 7.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.0rc1

File hashes

Hashes for acis_memory-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a24ba92f95bf8557865c9b3dacc11ac48a27053cde87d4c09884a26723d84a71
MD5 8d7be5155c499ed0322d8ea582c55d7d
BLAKE2b-256 dd80082189d4fadb3c868519ed8e8e0c46fc5d3a333790a04b47b039d5f7b8f1

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