How are plugins invoked #5093
Unanswered
Reapor-Yurnero
asked this question in
Q&A
Replies: 1 comment
-
The data that’s provided to the LLM is defined in the plugin’s structure and code. If you read the main file you’ll see it generally defines the same things our commands do |
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
-
Hello everyone, I'm new here. I'm trying to understand how autogpt interacts with plugins. I see plugins inherit some ABC but I'm not sure how they are invoked by the main program of AutoGPT i.e. when does the LLM decide to call them and how? I suspect the LLM should be fed with a description of each tool to be aware of their functionality but I failed to find such a file for each plugin (except it's the README file which doesn't seem very likely).
Beta Was this translation helpful? Give feedback.
All reactions