Metadata-Version: 2.4
Name: autonomous-recovery-agent
Version: 3.1.4
Summary: Autonomous monitoring and recovery agent for Flask + MongoDB applications
Author-email: Autonomous Recovery Team <support@autonomous-recovery.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/autonomous-recovery-agent
Project-URL: Documentation, https://autonomous-recovery-agent.readthedocs.io/
Project-URL: Repository, https://github.com/yourusername/autonomous-recovery-agent
Project-URL: Issues, https://github.com/yourusername/autonomous-recovery-agent/issues
Keywords: flask,mongodb,monitoring,recovery,autonomous,self-healing
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
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: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: Flask>=2.0.0
Requires-Dist: pymongo>=4.0.0
Requires-Dist: psutil>=5.9.0
Requires-Dist: Flask>=2.0.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: requests>=2.28.0
Requires-Dist: python-dotenv>=0.20.0
Requires-Dist: click>=8.1.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: watchdog>=3.0.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
Requires-Dist: black>=22.0.0; extra == "dev"
Requires-Dist: flake8>=5.0.0; extra == "dev"
Provides-Extra: web
Requires-Dist: flask-cors>=3.0.0; extra == "web"

# Autonomous Recovery Agent 🛡️

Autonomous monitoring and recovery agent for Flask + MongoDB applications. 
Automatically detects and recovers from service crashes, database failures, and resource exhaustion.

## Features ✨

- **Automatic Service Restart**: Restart crashed or hung Flask services
- **Database Connection Recovery**: Auto-recover MongoDB connections
- **Resource Monitoring**: CPU, memory, and disk usage monitoring
- **Health Checks**: Continuous health monitoring with configurable thresholds
- **Web Dashboard**: Real-time monitoring dashboard
- **REST API**: Control and monitor via API endpoints
- **Zero Configuration**: Works with minimal setup

## Quick Start 🚀

### Installation

```bash
pip install autonomous-recovery-agent
