You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: