Skip to content

v0.0.13

Compare
Choose a tag to compare
@TransformerOptimus TransformerOptimus released this 27 Sep 16:10
· 73 commits to main since this release
6c5569a

✨SuperAGI v0.0.13✨

⚡️SuperAGI Client libraries, 🌐 Improved error-handling, and ⏯️ Wait-block for workflows

Improvements to the Core ⚙

⏯️ Added wait block for workflows:

Users can now add a waiting period into their workflows so that the agent pauses and waits for a specified duration before moving on to the next step. The Wait block is a simple single-step change in the "workflow_seed.py" file in the superagi>agent folder and doesn't require any other changes.

🌐 Improved error handling for OpenAI errors:

SuperAGI will now display errors like rate limits, authentication failures, exceeded quotas etc. from OpenAI directly on the frontend so users can troubleshoot easily.

⚡️SuperAGI Client Libraries

Added SuperAGI SDK Client Libraries in Python and NodeJS to allow developers to easily create, manage, and run autonomous agents using the SuperAGI framework.

Simply pip install or npm install to start using!

Python SDK: https://github.com/TransformerOptimus/SuperAGI-Python-Client
Node SDK:https://github.com/TransformerOptimus/SuperAGI-Node-Client

Read More here: https://superagi.com/docs/SDK/

What’s Changed