Is your feature request related to a problem? Please describe.
We need a plugin system. Discord could be a plugin, with its own registered actions, providers, evaluators and client. Much of the code could be pulled out of the core and into plugins.
Describe the solution you'd like
Plugins could be configured per-character so that the runtime installs. The plugin system should enable actions, evaluators, providers, clients and db adapters to be added dynamically, dramatically simplifying the core and making it so it can run in browser with no dependency issues.
Is your feature request related to a problem? Please describe.
We need a plugin system. Discord could be a plugin, with its own registered actions, providers, evaluators and client. Much of the code could be pulled out of the core and into plugins.
Describe the solution you'd like
Plugins could be configured per-character so that the runtime installs. The plugin system should enable actions, evaluators, providers, clients and db adapters to be added dynamically, dramatically simplifying the core and making it so it can run in browser with no dependency issues.