Metadata-Version: 2.1
Name: diambra
Version: 0.0.11
Summary: DIAMBRA™ Command Line Interface
Description-Content-Type: text/markdown
License: Apache-2.0
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Artificial Life
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Games/Entertainment :: Arcade
Classifier: Topic :: Education

# diambra CLI
## Quickstart
- Run 'diambra agent init' to create a example agent.
- Run 'diambra run ./agent.py' to bring up DIAMBRA arena and run agent.py

## Usage
```
Usage:
  diambra [command]

Available Commands:
  agent       Agent commands
  arena       Arena commands
  completion  Generate the autocompletion script for the specified shell
  help        Help about any command
  run         Runs a command with DIAMBRA arena started

Flags:
  -d, --debug    Enable debug logging
  -h, --help     help for diambra
  -t, --toggle   Help message for toggle

Use "diambra [command] --help" for more information about a command.
```
