virtuoso v0.0.2 mix virtuoso.gen.bot

Generates executive, routines, and cognition for a Bot.

mix virtuoso.gen.bot BotModuleName

The first argument is the bot’s name

Link to this section Summary

Link to this section Functions

Link to this function create_bot_directory(bot_module_name)
Link to this function create_routine_directory(bot_module_name)
Link to this function fast_thinking_template(bot_module_name)
Link to this function routine_template(bot_module_name)

A task needs to implement run which receives a list of command line args.

Callback implementation for Mix.Task.run/1.

Link to this function slow_thinking_template(bot_module_name)