Metadata-Version: 2.1
Name: dtlpy-agent
Version: 1.58.29.0
Summary: Dataloop package runner
Home-page: https://github.com/dataloop-ai/dtlpy
Author: Or Shabtay
Author-email: or@dataloop.ai
License: Apache License 2.0
Platform: UNKNOWN
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: amqpstorm (<=2.9.0)
Requires-Dist: PyJWT (<2.0.0,>=1.7.1)
Requires-Dist: psutil (<=5.8.0)
Requires-Dist: tornado (==6.0.2)
Requires-Dist: requests (<=2.26.0)
Requires-Dist: bump2version (==0.5.10)
Requires-Dist: bumpversion (==0.5.3)
Requires-Dist: prometheus-client (==0.7.1)
Requires-Dist: redis (==3.5.3)
Requires-Dist: websocket-client (==1.2.3)

# DTLPY AGENT #

DTLPY AGNET is package for package runner

## Run In Single Mode ##
To run this package in single mode:

agnt single ... 

## Run Proxy and Runner Separately ##
Run separate processes:

agnt proxy ...

agnt runner ...

For full documnetation [here](https://dtlpy.readthedocs.io/en/latest/index.html)


