Metadata-Version: 2.1
Name: agent-ix
Version: 0.5
Summary: Agent IX client and runner
Home-page: https://github.com/kreneskyp/ix-client/
Author: kreneskyp
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: flake8 ; extra == 'test'
Requires-Dist: black ; extra == 'test'
Requires-Dist: isort ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: mypy ; extra == 'test'
Requires-Dist: gitchangelog ; extra == 'test'
Requires-Dist: mkdocs ; extra == 'test'

# Agent IX Client

This is the client and runner for the IX agent platform. This tool is intended to start the agent service using docker
images published by the main IX project.

Visit [Agent IX](http://github.com/kreneskyp/ix) project site for more details.

## Install 

```
pip install agent-ix
```

TODO: ENV setup

## Usage

```
ix up
```

## Development

Read the [CONTRIBUTING.md](CONTRIBUTING.md) file.
