github TransformerOptimus/SuperAGI v0.0.5

latest releases: v0.0.14, v0.0.13, v0.0.12...
2 years ago

Core

  • Open Source LLMs: #289 Integrates the support for open-source models in the text-generation-webui module, 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 of Text Generation Web UI now 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 from huggingface.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-playwright package, 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

New Contributors

Full Changelog: v0.0.1...v0.0.5

Don't miss a new SuperAGI release

NewReleases is sending notifications on new releases.