Metadata-Version: 2.4
Name: mia-amis
Version: 0.1.0.0
Summary: Assistant Module Interface System
Author: RayzorST
Project-URL: Homepage, https://github.com/RayzorST/Assistant-Module-Interface-System
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: watchdog>=2.0.0
Requires-Dist: keyboard>=0.13.5
Provides-Extra: dev
Requires-Dist: pytest>=6.0; extra == "dev"
Requires-Dist: black>=21.0; extra == "dev"
Requires-Dist: mypy>=0.900; extra == "dev"
Requires-Dist: flake8>=3.9; extra == "dev"

# AMIS - Assistant Module Interface System

[![Python Version](https://img.shields.io/badge/python-3.8%2B-blue)]()
[![Code Style: Black](https://img.shields.io/badge/code%20style-black-000000.svg)]()

A modular system for creating AI assistants with hot configuration reloading and isolated components.

## 🌍 Supported Languages
[![EN](https://img.shields.io/badge/lang-English-blue)](README.md)
[![RU](https://img.shields.io/badge/lang-Русский-red)](README.ru.md)

## 🔍 Features

- 🧩 **Modular architecture**
- ⚡ **Hot reload**
- 🛡️ **Process isolation**
- 📁 **Autosave configurations**

## 🚀 Quick start

### Installation
```bash
pip install mia-amis
```

```bash
pip install -e .
```
