Significant-Gravitas / AutoGPT-Code-Ability

🖥️ AutoGPT's Coding Ability - empowering everyone to build software using AI
MIT License
117 stars 35 forks source link

Research Agent #281

Open aarushik93 opened 4 months ago

aarushik93 commented 4 months ago

Currently, this code ability is dependant on models such as gpt4, gpt4o and llama3 etc, which are not trained to the most recent code libraries and documentation. As a result often this service will attempt to use outdated syntax. For example when using the OpenAI libraries, which have been updated often. To solve for this:

Add a new researcher agent that is able to scour the internet for up to date information about code and libraries