Releases: TransformerOptimus/SuperAGI
v0.0.3
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
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
- 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
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 ofText 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 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-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
- 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
v0.0.1
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