Metadata-Version: 2.4
Name: imprint-ai
Version: 0.0.1
Summary: Persistent memory for AI agents — cross-app, cross-device, bi-temporal.
License: MIT
Project-URL: Homepage, https://github.com/iamtouchskyer/imprint
Project-URL: Repository, https://github.com/iamtouchskyer/imprint
Keywords: ai,agent,memory,mcp,llm,persistent-memory,bi-temporal
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Imprint

> Persistent memory for AI agents — cross-app, cross-device, bi-temporal.

Imprint gives your AI agents a persistent memory that works across every platform (Claude Code, Cursor, VS Code, and any MCP client) and every device (via Git sync).

## Status

Under active development. Stay tuned.

## Features (coming soon)

- **Event-Sourced architecture** — append-only JSONL stream as source of truth
- **Bi-temporal data model** — tracks when facts are true AND when the system learned them
- **MCP interface** — works with any MCP-compatible AI tool
- **Cross-device sync** — Git-based, conflict-free synchronization
- **Online clustering** — automatic topic discovery without graph databases
- **Benchmark-driven** — targeting ≥90% on LoCoMo, ≥80% on LongMemEval

## License

MIT
