Core
-
Open Source LLMs: #289 Integrates the support for open-source models in the
text-generation-webuimodule, enabling efficient management of locally hosted Language Model (LLM) instances. This update allows developers to utilize open-source LLMs, expanding the capabilities of their agents. The latest Docker image ofText Generation Web UInow includes multi-GPU offloading for Generalized Generative Models (GGMLs), enhancing the performance of SuperAGI. Additionally, developers can configure SuperAGI to use TGWUI and conveniently download models fromhuggingface.co. -
Agent Templates: Introduced agent templates, which are predefined, ready-to-use agents. These templates will soon be available on the Marketplace, providing developers with a quick and convenient way to deploy powerful agents for various purposes.
-
Test Coverage: Started enhancing the test coverage by adding tests for the Image Generator, GitHub tool, and other core components. Ongoing efforts will focus on further expanding the test coverage to ensure code reliability and stability.
-
Task Queue Optimization: Refactored the agent workflow to optimize task switching and execution for task queue based Agents.
Tools
-
Web Interactor Tool: Leverages the
python-playwrightpackage, empowering developers to navigate webpages and perform tasks within the browser environment. The Web Interactor is executed within a Docker container and now includes real-time VNC support, enabling users to view agent browser activity. -
GitHub Tool: Provides convenient functionality to search for specific files or folders within a GitHub repository. Developers can also perform actions such as adding or deleting files and folders. Combining this with SuperAGI's Coding tool enables various productivity use cases for developers.
-
Slack Tool: Enables agents to send messages in Slack channels, allowing agent to execute Slack-based workflows.
-
Searx Tool: A comprehensive, privacy-focused internet metasearch engine that aggregates results from over 70 search services. With Searx, developers can enjoy non-tracking and non-profiling features. It also offers the option to utilize Searx over the Tor network for enhanced online anonymity.
Docs
- Detailed documentation is now available at http://superagi.com/docs/. The documentation offers comprehensive guidance and insights into the features and functionalities of the SuperAGI platform.
What's Changed
- Update README.MD by @Autocop-Agent in #102
- Update README.MD by @shaiss in #101
- Merging the Dev branch to main by @TransformerOptimus in #110
- Added name of output file by @Autocop-Agent in #112
- added missing dependency by @rakesh-krishna in #108
- Added update dir address for resources by @Autocop-Agent in #113
- Email Tool by @Tarraann in #116
- Added GPT 3.5 capability by @Autocop-Agent in #119
- Jira tool by @TransformerOptimus in #121
New Contributors
- @shaiss made their first contribution in #101
- @rakesh-krishna made their first contribution in #108
Full Changelog: v0.0.1...v0.0.5