Metadata-Version: 2.4
Name: perpetuo-py
Version: 0.0.1
Summary: A persistent memory layer for AI agents.
Author: Perpetuo Authors
License: MIT
Project-URL: Homepage, https://github.com/airtheon/perpetuo
Keywords: ai,agents,memory,persistence
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Perpetuo-py

A persistent memory layer for AI agents.

## Overview

Perpetuo-py provides a structured and efficient way to manage long-term memory for AI agents, allowing them to retain context and knowledge across sessions.

## Installation

```bash
pip install perpetuo-py
```

## Quick Start

```python
from perpetuo_py import Memory

# Initialize memory
memory = Memory()
```

## License

MIT
