View Source API Reference Taido v0.1.0

Modules

Taido is a library for building and executing behavior trees in Elixir.

Nodes for Taido's behavior trees.

A composite node of behavior trees that takes a series of actions until one succeeds, at which point this node is considered successful.

A composite node of behavior trees that takes a series of actions until one fails, at which point this node is considered failed.