virtuoso v0.0.21 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
Functions
A task needs to implement run
which receives
a list of command line args
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)
Link to this function
run(args)
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)