Metadata-Version: 2.3
Name: olas-operate-middleware
Version: 0.8.2
Summary: 
Author: David Vilela
Author-email: dvilelaf@gmail.com
Requires-Python: >=3.9,<3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: aiohttp (==3.9.5)
Requires-Dist: argon2-cffi (==23.1.0)
Requires-Dist: clea (==0.1.0rc4)
Requires-Dist: cytoolz (==0.12.3)
Requires-Dist: deepdiff (>=8.0.1,<9.0.0)
Requires-Dist: docker (==6.1.2)
Requires-Dist: eth-abi (==5.1.0)
Requires-Dist: eth-account (==0.8.0)
Requires-Dist: eth-hash (==0.7.0)
Requires-Dist: eth-keyfile (==0.6.1)
Requires-Dist: eth-keys (==0.4.0)
Requires-Dist: eth-rlp (==0.3.0)
Requires-Dist: eth-typing (==3.5.2)
Requires-Dist: eth-utils (==2.3.1)
Requires-Dist: fastapi (==0.110.3)
Requires-Dist: frozenlist (==1.4.1)
Requires-Dist: halo (==0.0.31)
Requires-Dist: hexbytes (==0.3.1)
Requires-Dist: ipfshttpclient (==0.8.0a2)
Requires-Dist: jsonschema (==4.3.3)
Requires-Dist: multidict (==6.0.5)
Requires-Dist: open-aea-cli-ipfs (==1.65.0)
Requires-Dist: open-aea-ledger-cosmos (==1.65.0)
Requires-Dist: open-aea-ledger-ethereum (==1.65.0)
Requires-Dist: open-aea-ledger-ethereum-flashbots (==1.65.0)
Requires-Dist: open-autonomy (>=0.19.11,<0.20.0)
Requires-Dist: psutil (>=5.9.8,<6.0.0)
Requires-Dist: pyinstaller (>=6.8.0,<7.0.0)
Requires-Dist: requests-toolbelt (==1.0.0)
Requires-Dist: starlette (==0.37.2)
Requires-Dist: twikit (==2.2.0)
Requires-Dist: uvicorn (==0.27.0)
Requires-Dist: web3 (==6.1.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)

