Available Modules

Joe ships with no third-party modules such as Redis integration to avoid pulling in more dependencies than you actually require. There are however already some modules that you can use directly to extend the functionality of your bot without writing too much code yourself.

Chat Adapters

Adapters let you interact with the outside world by receiving and sending messages.

Memory Modules

Memory modules let you persist key value data so it can be accessed again later.

Other Modules

General purpose Modules may register handlers or emit events.