


Summary of autonomous systems based on GPT-4: AutoGPT, AgentGPT, BabyAGI, HuggingGPT, CAMEL
The emergence of ChatGPT and LLM technology has made these most advanced language models sweep the world. Not only AI developers, enthusiasts and some organizations are also researching and exploring innovative methods to integrate and build these models. Various platforms have sprung up to integrate and facilitate the development of new applications.
#The popularity of AutoGPT has allowed us to see more and more autonomous tasks and agents taking advantage of the GPT-4 API. These developments not only increase the ability to handle complex tasks of integrating disparate systems, but also push the boundaries of what we can achieve with autonomous artificial intelligence.
Here we will sort out some open source tool systems similar to AutoGPT. These tools and applications can be roughly divided into command line interface (CLI) and browser-based solutions. HuggingGPT can support both solutions. plan.
Command line: AutoGPT, BabyAGI
Browser:AgentGPT, CAMEL, Web LLM
Auto-GPT
Although Auto-GPT is an experimental of open source applications, but its growth is rapid. The program is powered by GPT-4 and can autonomously achieve any goal set.
GitHub: https://github.com/Significant-Gravitas/Auto-GPT
Look at the growth rate of its Github Star. The recent hot
AgentGPT
AgentGPT is a web-based solution. It allows configuring and deploying autonomous AI agents and letting them accomplish any goal. It will try to achieve the goal by thinking about the task to be done, performing the task, and learning from the results.
The platform is currently in beta and the following features are being developed:
- Long-term memory via vector DB
- Through LangChain (LangChain is a platform for building A library for applications of large language models (LLM)) for web browsing
- Interaction with websites and people
- Users and authentication
GitHub: https: //github.com/reworkd/AgentGPT
Website: https://agentgpt.reworkd.ai/
BabyAGI
BabyAGI A streamlined version of the task-driven autonomous agent
The main idea is to create tasks based on the results of previous tasks and predefined goals. Then, the script uses OpenAI’s language model function to create new tasks based on goals, and Pinecone to store and retrieve contextual task results. This can be said to be the most streamlined autonomous AI architecture. If you are interested in this direction, you can take a look his code.
GitHub: https://github.com/yoheinakajima/babyagi
Website: http://babyagi.org/
HuggingGPT
Microsoft HuggingGPT, aka JARVIS, consists of an LLM as a controller and a number of expert models as cooperating executors (from HuggingFace Hub). Its workflow consists of four stages:
- Task planning: Use ChatGPT to analyze the request to understand the intent and break it down into possible solvable tasks.
- Model selection: Use ChatGPT to select expert models based on description.
- Task execution: Call and execute each selected model and return the results to ChatGPT.
- Response generation: Finally, use ChatGPT to integrate the predictions of all models and generate a response.
GitHub: https://github.com/microsoft/JARVIS
HF: https://huggingface.co/spaces/ microsoft/HuggingGPT
Web LLM
Web LLM is an LLM-based and LLM-based chatbot that runs within the browser without server support and is accelerated by WebGPU. Technically speaking, Web LLM is not an autonomous solution for artificial intelligence, but a lightweight web chatbot.
GitHub: https://github.com/mlc-ai/web-llm
CAMEL
CAMEL is "Communicative Agents for 'Mind' Exploration of Large Scale Language" Models", it proposes a novel agent framework, role-playing, as an alternative to AutoGPT and AgentGPT.
GitHub: https://github.com/lightaime/camel
Website: http://agents.camel-ai.org/
GPTRPG
This system combines the game with a large language model and mainly consists of 2 parts
A simple rpg-like environment that supports llm's AI agent
Integrate the AI agent into the character of the game environment through the OpenAI API
This is based on a recently published article paper, where multiple agents are deployed to autonomously participate in online games.
GitHub: https://github.com/dzoba/gptrpg
Arxiv:https://arxiv.org/abs/2304.03442
Summary
Integrating ChatGPT and LLM into a variety of applications is only part of the potential of using language models. These models are designed to handle natural language tasks, including text generation, translation, summarization, question answering, and more. Future language models will be more advanced and intelligent, able to help in a wider range of application areas.
For example, future language models can be used for more accurate machine translation, making cross-cultural communication between humans more convenient. They can also be used for automated summarization and content generation to help authors and media outlets create and publish content faster. In addition, language models can also be used in speech recognition and natural language processing so that people can better interact with computers.
In short, as language model technology continues to advance, we can expect to see more innovation and progress. These models will become the core technology in the field of artificial intelligence, providing us with better solutions and a wider range of application scenarios.
The above is the detailed content of Summary of autonomous systems based on GPT-4: AutoGPT, AgentGPT, BabyAGI, HuggingGPT, CAMEL. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



DALL-E 3 was officially introduced in September of 2023 as a vastly improved model than its predecessor. It is considered one of the best AI image generators to date, capable of creating images with intricate detail. However, at launch, it was exclus

This site reported on June 27 that Jianying is a video editing software developed by FaceMeng Technology, a subsidiary of ByteDance. It relies on the Douyin platform and basically produces short video content for users of the platform. It is compatible with iOS, Android, and Windows. , MacOS and other operating systems. Jianying officially announced the upgrade of its membership system and launched a new SVIP, which includes a variety of AI black technologies, such as intelligent translation, intelligent highlighting, intelligent packaging, digital human synthesis, etc. In terms of price, the monthly fee for clipping SVIP is 79 yuan, the annual fee is 599 yuan (note on this site: equivalent to 49.9 yuan per month), the continuous monthly subscription is 59 yuan per month, and the continuous annual subscription is 499 yuan per year (equivalent to 41.6 yuan per month) . In addition, the cut official also stated that in order to improve the user experience, those who have subscribed to the original VIP

Large Language Models (LLMs) are trained on huge text databases, where they acquire large amounts of real-world knowledge. This knowledge is embedded into their parameters and can then be used when needed. The knowledge of these models is "reified" at the end of training. At the end of pre-training, the model actually stops learning. Align or fine-tune the model to learn how to leverage this knowledge and respond more naturally to user questions. But sometimes model knowledge is not enough, and although the model can access external content through RAG, it is considered beneficial to adapt the model to new domains through fine-tuning. This fine-tuning is performed using input from human annotators or other LLM creations, where the model encounters additional real-world knowledge and integrates it

Editor |ScienceAI Question Answering (QA) data set plays a vital role in promoting natural language processing (NLP) research. High-quality QA data sets can not only be used to fine-tune models, but also effectively evaluate the capabilities of large language models (LLM), especially the ability to understand and reason about scientific knowledge. Although there are currently many scientific QA data sets covering medicine, chemistry, biology and other fields, these data sets still have some shortcomings. First, the data form is relatively simple, most of which are multiple-choice questions. They are easy to evaluate, but limit the model's answer selection range and cannot fully test the model's ability to answer scientific questions. In contrast, open-ended Q&A

Editor | KX In the field of drug research and development, accurately and effectively predicting the binding affinity of proteins and ligands is crucial for drug screening and optimization. However, current studies do not take into account the important role of molecular surface information in protein-ligand interactions. Based on this, researchers from Xiamen University proposed a novel multi-modal feature extraction (MFE) framework, which for the first time combines information on protein surface, 3D structure and sequence, and uses a cross-attention mechanism to compare different modalities. feature alignment. Experimental results demonstrate that this method achieves state-of-the-art performance in predicting protein-ligand binding affinities. Furthermore, ablation studies demonstrate the effectiveness and necessity of protein surface information and multimodal feature alignment within this framework. Related research begins with "S

According to news from this site on August 1, SK Hynix released a blog post today (August 1), announcing that it will attend the Global Semiconductor Memory Summit FMS2024 to be held in Santa Clara, California, USA from August 6 to 8, showcasing many new technologies. generation product. Introduction to the Future Memory and Storage Summit (FutureMemoryandStorage), formerly the Flash Memory Summit (FlashMemorySummit) mainly for NAND suppliers, in the context of increasing attention to artificial intelligence technology, this year was renamed the Future Memory and Storage Summit (FutureMemoryandStorage) to invite DRAM and storage vendors and many more players. New product SK hynix launched last year

According to news from this website on July 5, GlobalFoundries issued a press release on July 1 this year, announcing the acquisition of Tagore Technology’s power gallium nitride (GaN) technology and intellectual property portfolio, hoping to expand its market share in automobiles and the Internet of Things. and artificial intelligence data center application areas to explore higher efficiency and better performance. As technologies such as generative AI continue to develop in the digital world, gallium nitride (GaN) has become a key solution for sustainable and efficient power management, especially in data centers. This website quoted the official announcement that during this acquisition, Tagore Technology’s engineering team will join GLOBALFOUNDRIES to further develop gallium nitride technology. G

In the world of front-end development, VSCode has become the tool of choice for countless developers with its powerful functions and rich plug-in ecosystem. In recent years, with the rapid development of artificial intelligence technology, AI code assistants on VSCode have sprung up, greatly improving developers' coding efficiency. AI code assistants on VSCode have sprung up like mushrooms after a rain, greatly improving developers' coding efficiency. It uses artificial intelligence technology to intelligently analyze code and provide precise code completion, automatic error correction, grammar checking and other functions, which greatly reduces developers' errors and tedious manual work during the coding process. Today, I will recommend 12 VSCode front-end development AI code assistants to help you in your programming journey.
