Skip to content

Releases: TransformerOptimus/SuperAGI

v0.0.3

02 Jun 15:47
3df957d
Compare
Choose a tag to compare

Core

  • Improved agent activity feed
  • Improved agent details section in GUI
  • Added resource manager for agent input and output files
  • Resource manager supports uploading input files and downloading output files
  • Resource manager supports txt, pdf as input
  • Added support for DB migration using Alembic

v0.0.2

29 May 16:38
e079051
Compare
Choose a tag to compare

Core

  • Added GUI
  • Added support to run multiple agents
  • Added gpt-3.5 support
  • Agent thinking is now a tool
  • Added process to load tools and do sanity checks
  • Workspace now has with input and output directories

Tools

  • Email
  • JIRA
  • Human Input

Docs

  • Added Docker for seamless installation and setup
  • Updated install instructions
  • Added instructions for importing tools
  • Added email tool instructions

v0.0.5

14 Jun 15:43
Compare
Choose a tag to compare

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

v0.0.1

24 May 13:25
0740482
Compare
Choose a tag to compare

Core

  • Added run scripts for macOS, Linux and Windows
  • Added support for Serp google search
  • Added Pinecone support
  • Added base tool class
  • Agent can take multiple goals
  • On reaching stop criteria finish the agent loop
  • Track and show iteration count in agent execution

Tools

  • Google Search
  • File Write

Docs

  • Added install instructions
  • Added screenshots
  • Roadmap updated