Metadata-Version: 2.4
Name: agentix-notifications
Version: 0.0.3
Summary: Notifications plugin for Agentix platform (WhatsApp, Email)
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/FIDOX/py-plugin-agentix-notifications
Project-URL: Bug Tracker, https://github.com/FIDOX/py-plugin-agentix-notifications/issues
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp>=3.8.0
Requires-Dist: requests
Provides-Extra: dev
Requires-Dist: agentix-core; extra == "dev"
Dynamic: license-file

# Agentix Notifications Plugin

This package provides a notifications plugin for the **Agentix platform**, with support for **WhatsApp** (via Novomind) and planned support for **Email**.

---

## 📥 Installation

Install via [PyPI](https://pypi.org/project/agentix-notifications):

```bash
pip install agentix-notifications
```

---

## 🧪 Development Setup

To install in editable mode for local development:

```bash
git clone https://github.com/FIDOX/py-plugin-agentix-notifications.git
cd py-plugin-agentix-notifications
python -m venv .venv
source .venv/bin/activate  # On Windows: .venv\Scripts\activate

pip install -e '.[dev]'
```
