Metadata-Version: 2.4
Name: olas-operate-middleware
Version: 0.13.11
Summary: 
License-File: LICENSE
Author: David Vilela
Author-email: dvilelaf@gmail.com
Requires-Python: >=3.10,<3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
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 (==0.12.3)
Requires-Dist: deepdiff (>=8.6.1,<9.0.0)
Requires-Dist: fastapi (==0.110.3)
Requires-Dist: halo (==0.0.31)
Requires-Dist: multiaddr (==0.0.9)
Requires-Dist: open-aea-cli-ipfs (>=2.0.6,<3.0.0)
Requires-Dist: open-aea-ledger-cosmos (>=2.0.6,<3.0.0)
Requires-Dist: open-aea-ledger-ethereum (>=2.0.6,<3.0.0)
Requires-Dist: open-aea-ledger-ethereum-flashbots (>=2.0.6,<3.0.0)
Requires-Dist: open-autonomy (>=0.21.5,<0.22.0)
Requires-Dist: psutil (>=5.9.8,<6.0.0)
Requires-Dist: pyinstaller (>=6.8.0,<7.0.0)
Requires-Dist: requests-mock (>=1.12.1,<2.0.0)
Requires-Dist: uvicorn (==0.27.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)

