Metadata-Version: 2.1
Name: diambra
Version: 0.0.20
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:
  -h, --help                help for diambra
  -d, --log.debug           Enable debug logging
      --log.format string   Set logging output format (logfmt, json, fancy) (default "fancy")
  -v, --version             version for diambra

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