wasurenakusa / engine

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

Install plugin dependencies in one go not for each plugin #18

Open chr1st0ph3rGG opened 3 months ago

chr1st0ph3rGG commented 3 months ago

Currently we iterate over the plugins present in the character yaml and install dependencies one by one, we should collect all dependencies first and install them at the same time and maybe do a bit of version checking.