bot_army v1.0.0 API Reference

Modules

Generic Actions.

Parses JSON files created from the Behavior Tree visual editor into a BehaviorTree.Node, ready to be supplied to a bot.

A "live" bot that can perform actions described by a behavior tree (BehaviorTree.Node).

The standard bot, implementing the BotArmy.Bot behaviour, without any additional functionality or configuration.

Stores information during the but run for metrics gathering.

Adds macros to assist in running bot trees in ExUnit.

Manages a load test run.

Use this logger formatter for nice JSON formatted logs with information useful for syncing timing.

Formats metrics data for export (via the /metrics http endpoint)

Prints out a helpful summary about a bot run

The exposed HTTP routes for communiating with the bots.

While the "context" lets you share state between actions, SharedData lets you share state between bots. In addition, it is a central place to hold global data, like runtime config data.

Taken verbatim from https://gist.github.com/mmmries/b657c77845b07ee8cd34.

Mix Tasks

Generates "custom action nodes" for the behavior tree editor.

Task to run the bots. Can call with various flags. Opens an interactive window to control the bots, and prints a nice summary at the end.

Intended to be used with Distillery releases, not invoked directly, see Mix.Tasks.LoadTest to run locally and for docs. There is also an http route option.