Metadata-Version: 2.4
Name: mnemopay-agno
Version: 1.0.0
Summary: MnemoPay toolkit for Agno — persistent memory + micropayments
Author-email: Jerry Omiagbo <jeremiah@getbizsuite.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/mnemopay/mnemopay-sdk
Project-URL: Repository, https://github.com/mnemopay/mnemopay-sdk/tree/master/integrations/agno
Keywords: agno,phidata,mnemopay,memory,payments,mcp
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: agno>=1.0.0

# MnemoPay for Agno

Give any Agno agent persistent memory and micropayment capabilities.

## Install

```bash
pip install mnemopay-agno
```

## Usage

```python
from agno.agent import Agent
from mnemopay_agno import MnemoPayTools

agent = Agent(tools=[MnemoPayTools()])
```

## Tools (13)

Memory: remember, recall, forget, reinforce, consolidate
Payments: charge, settle, refund
Observability: balance, profile, reputation, logs, history

## License

MIT
