Extension system is very confusing and limited #1891
SebastianStehle
started this conversation in
Feature Requests & Suggestions
Replies: 1 comment
-
Plugins are not uniform in any way but I plan to make them more plug and play. The current implementations are more proof of concept and I’ll be delivering extensible frameworks as the features extend to all endpoints. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Librechat has a lot of extension points but IMHO no proper plugin system.
How it typically works:
There are several plugin mechanisms. You can support different AIs, tools and so on, but there is no unified way to register them.
I would like to implement a set of tools to talk with external systems, but even though they work together to achieve a task, you have to activate them one by one. They cannot share metadata, api keys and any configuration.
Beta Was this translation helpful? Give feedback.
All reactions