Metadata-Version: 2.4
Name: acex
Version: 5.4.0
Summary: ACE-X Backend - Core automation engine and API
License: AGPL-3.0
Keywords: automation,control,api
Author: Johan Lahti
Author-email: johan.lahti@acebit.se
Requires-Python: >=3.13,<4.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: fastapi (>=0.121.0,<0.122.0)
Requires-Dist: fastmcp (>=2.13.0.2,<3.0.0.0)
Requires-Dist: ipaddress (>=1.0.23,<2.0.0)
Requires-Dist: jinja2 (>=3.1.6,<4.0.0)
Requires-Dist: mcp (>=1.20.0,<2.0.0)
Requires-Dist: openai (>=1.54.0,<2.0.0)
Requires-Dist: psycopg2-binary (>=2.9.10)
Requires-Dist: requests (>=2.32.5,<3.0.0)
Requires-Dist: sqlmodel (>=0.0.27,<0.0.28)
Requires-Dist: uvicorn (>=0.38.0,<0.39.0)
Project-URL: Homepage, https://github.com/acex-labs/acex
Project-URL: Repository, https://github.com/acex-labs/acex
Description-Content-Type: text/markdown

# ACE-X Backend

Core automation engine and API for the ACE-X ecosystem.

## Installation

```bash
pip install acex
```

## Development

```bash
cd backend
poetry install
poetry run pytest
```

## Usage

```python
from acex.core import AutomationEngine

# Your code here
```

## Features

- Core automation engine
- REST API
- Event handling
- Plugin system

## Documentation

See the [main documentation](../README.md) for more information.

