wasurenakusa / engine

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

Provide a way to limit the number of plugins of a type #24

Closed chr1st0ph3rGG closed 1 week ago

chr1st0ph3rGG commented 1 week ago

e.g., only having one LLM plugin that would be called (we should still be able to explicitly call the ones that are outside the limit).

chr1st0ph3rGG commented 1 week ago

Never mind implemented this quickly we now have only() and all(() has now a limit parameter :)