Metadata-Version: 2.4
Name: alice-memory
Version: 0.0.1
Summary: Alice — the continuity layer for AI agents. Memory, open loops, resumption, and provenance over MCP and HTTP.
Project-URL: Homepage, https://github.com/samrusani/AliceBot
Project-URL: Repository, https://github.com/samrusani/AliceBot
Author: Sami Rusani
License: MIT
Keywords: agent-memory,agents,ai,continuity,mcp,memory
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# alice-memory

**Alice — the continuity layer for AI agents.**

Alice is a local-first memory service that lets AI agents resume interrupted
work, track open loops, recall decisions with provenance, and improve when
corrected. Agents connect over MCP, HTTP API, or CLI; hybrid retrieval fuses
Postgres full-text and pgvector similarity with reciprocal-rank fusion.

This is an early name-holding release while the packaged runtime is prepared.
Until then, install and run Alice from the repository:

<https://github.com/samrusani/AliceBot>

Planned for this package: the zero-infrastructure SQLite on-ramp
(`uvx alice-memory` → a working MCP memory server in under a minute) and the
full Postgres-backed runtime.
