github Significant-Gravitas/AutoGPT v0.4.3
Auto-GPT v0.4.3

latest releases: autogpt-v0.5.1, autogpt-v0.5.0, agbenchmark-v0.0.10...
14 months ago

We're excited to present the 0.4.3 maintenance release of Auto-GPT! This update primarily focuses on refining the LLM command execution, extending support for OpenAI's latest models (including the powerful GPT-3 16k model), and laying the groundwork for future compatibility with OpenAI's innovative function calling feature.

Release Highlights 🌟

  • OpenAI API Key Prompt: Auto-GPT will now courteously prompt users for their OpenAI API key, if it's not already provided.
  • Summarization Enhancements: We've optimized Auto-GPT's use of the LLM context window even further, boosting the effectiveness of summarization tasks.
  • JSON Memory Reading: Support for reading memories from JSON files has been improved, resulting in enhanced task execution.
  • New "replace_in_file" Command: This nifty new feature allows Auto-GPT to modify files without loading them entirely.
  • Enhanced Token Counting: We've refined our token counting system to provide more precise cost estimates.

Deprecated Commands ❌

As part of our ongoing commitment to refining Auto-GPT, the following commands, which we determined to be either better suited as plugins or redundant, have been retired from the core application:

  • analyze_code
  • write_tests
  • improve_code
  • audio_text
  • web_playwright
  • web_requests

Progress Update on Re-Architecting 🚧

As you may recall, we recently embarked on a significant re-architecting journey to future-proof the Auto-GPT project. We're thrilled to report that elements of this massive overhaul are now being integrated back into the core application. For instance, you may notice less reliance on global state being passed around via singletons.

Stay tuned for further updates and advancements in our future releases! Head over to the discussion forums or discord to share your feedback on this release, and we appreciate your continued support.

New Contributors & Notable Catalysts 🦾

What's Changed 📜

Full Changelog: v0.4.2...v0.4.3

Don't miss a new AutoGPT release

NewReleases is sending notifications on new releases.