ai16z / eliza

Conversational Agent for Twitter and Discord
MIT License
401 stars 101 forks source link

Plugin System #159

Open lalalune opened 6 hours ago

lalalune commented 6 hours ago

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.

lalalune commented 5 hours ago

@ponderingdemocritus may be interested in this