wasurenakusa / engine

The modular ai conversation engine
GNU Affero General Public License v3.0
0 stars 0 forks source link

Replacing pluggy with our own plugin system #25

Closed chr1st0ph3rGG closed 3 months ago

chr1st0ph3rGG commented 3 months ago

Replaced pluggy as it was a bit limited regading controlling the order how a plugin was called. There will be a followup task to be able to use custom order weights per function in the characters plugin config but that's not required for v0.0.1

We are now able to call not only all plugin functions but also limit it, or call the functions of defined plugins.