Metadata-Version: 2.4
Name: olas-operate-middleware
Version: 0.15.17
Summary: 
License-File: LICENSE
Author: David Vilela
Author-email: dvilelaf@gmail.com
Requires-Python: >=3.10,<3.15
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: aiohttp (>=3.10,<4.0)
Requires-Dist: argon2-cffi (==23.1.0)
Requires-Dist: clea (==0.1.0rc4)
Requires-Dist: cryptography (>=46.0.3,<47.0.0)
Requires-Dist: cytoolz (>=1.0.0,<1.2.0)
Requires-Dist: deepdiff (>=8.6.1,<9.0.0)
Requires-Dist: fastapi (==0.110.3)
Requires-Dist: flask (>=3.0,<4.0)
Requires-Dist: halo (==0.0.31)
Requires-Dist: hexbytes (>=1.2,<2.0)
Requires-Dist: multiaddr (==0.0.9)
Requires-Dist: open-aea-cli-ipfs (>=2.1.0,<3.0.0)
Requires-Dist: open-aea-ledger-cosmos (>=2.1.0,<3.0.0)
Requires-Dist: open-aea-ledger-ethereum (>=2.1.0,<3.0.0)
Requires-Dist: open-aea-ledger-ethereum-flashbots (>=2.1.0,<3.0.0)
Requires-Dist: open-autonomy[cli,docker] (>=0.21.13,<0.22.0)
Requires-Dist: psutil (>=5.9.8,<6.0.0)
Requires-Dist: pyinstaller (>=6.8.0,<7.0.0)
Requires-Dist: requests (>=2.32,<3.0)
Requires-Dist: requests-mock (>=1.12.1,<2.0.0)
Requires-Dist: typing_extensions (>=4.12,<5.0)
Requires-Dist: uvicorn (==0.27.0)
Requires-Dist: werkzeug (>=3.0,<4.0)
Description-Content-Type: text/markdown

<h1 align="center">
<b>Olas Operate Middleware</b>
</h1>

A cross-platform python package used to run autonomous agents powered by the OLAS Network.

## Getting Started

Install using
```
pip install olas-operate-middleware
```

Start the daemon service using
```
python -m operate.cli daemon
```

## License

- [Apache 2.0](LICENSE)

## Security

- [Security Policy](SECURITY.md)

