Metadata-Version: 2.4
Name: olas-operate-middleware
Version: 0.15.27
Summary: 
Author: David Vilela, Viraj Patel
Author-email: David Vilela <dvilelaf@gmail.com>, Viraj Patel <vptl185@gmail.com>
License-Expression: Apache-2.0
Requires-Dist: open-autonomy[cli,docker]>=0.21.21,<0.22
Requires-Dist: open-aea-ledger-cosmos>=2.2.5,<3
Requires-Dist: open-aea-ledger-ethereum>=2.2.5,<3
Requires-Dist: open-aea-cli-ipfs>=2.2.5,<3
Requires-Dist: clea==0.1.0rc4
Requires-Dist: fastapi>=0.120,<0.121
Requires-Dist: uvicorn>=0.30
Requires-Dist: psutil>=5.9.8,<6
Requires-Dist: deepdiff>=8.6.2,<9
Requires-Dist: halo==0.0.31
Requires-Dist: argon2-cffi==23.1.0
Requires-Dist: cryptography>=46.0.7,<47
Requires-Dist: aiohttp>=3.13.4,<4
Requires-Dist: flask>=3.0,<4
Requires-Dist: werkzeug>=3.0,<4
Requires-Dist: requests>=2.32,<3
Requires-Python: >=3.10, <3.15
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)
