Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request - "plugin" architecture #261

Open
weipienlee opened this issue Apr 1, 2024 · 0 comments
Open

feature request - "plugin" architecture #261

weipienlee opened this issue Apr 1, 2024 · 0 comments

Comments

@weipienlee
Copy link

weipienlee commented Apr 1, 2024

Would be great to be able to add custom llms, agents, and tools to opengpts without the code "intrusion".

An intermediate step towards actual plugin architecture is to allow custom code to co-exist next the base code:

  1. Allow LLMType and AgentType to be "extendable" (maybe with class derivative or so).
  2. Allow get_agent_executor, get_chatbot, ConfigurableRetrieval to be "extendable" in the ifel chain (maybe with function injection).
  3. Allow TOOLS to be "extendable" (maybe with class derivative or so).
  4. This also means to decouple llm choice from agent type e.g. llm + React, Reflection, Plan-and-Execute etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant