Earn 13,500 ($135.00)
Create OpenAI Assistant API plugin for AutoGPT
Bounty Description
Problem Description
Create a custom AutoGPT plugin:
https://github.com/Significant-Gravitas/Auto-GPT-Plugin-Template
which communicates with OpenAI Assistant API
https://platform.openai.com/docs/api-reference/assistants
It will need to be configurable with the Assistants it should use.
The Assistant has a description of what it's role and knowledge is, such that AutoGPT knows what it does and why and when to use it.
It should be possible to install the plugin more than once, so I can use more than one instance of the plugin at the same time, meaning that AutoGPT can interact with multiple OpenAI Assistants during a session.
Example custom plugs
https://github.com/adithya77/Auto-GPT-slack-plugin
Acceptance Criteria
Interactive with 3 or more OpenAI Assistants during a session
Technical Details
There should be no limit on the number of times the plugin can be used/configured.
More info on plugins