The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2023-09-27 | 1.6 kB | |
| v0.0.13.tar.gz | 2023-09-27 | 3.3 MB | |
| v0.0.13.zip | 2023-09-27 | 3.7 MB | |
| Totals: 3 Items | 7.0 MB | 0 | |
✨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" 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
- Added SuperAGI webhooks by @rounak610 in https://github.com/TransformerOptimus/SuperAGI/pull/1232
- Added wait block in Workflows by @luciferlinx101 in https://github.com/TransformerOptimus/SuperAGI/pull/1186