


GitHub stars exceed 160,000, and the popular advanced version of AutoGPT is here: customized nodes, multi-agent collaboration
Of course, the next generation of AutoGPT is still open source.
Do you still remember the “AutoGPT” project that AI guru Andrej Karpathy vigorously promoted last year? It is an experimental open source application powered by GPT-4 that can autonomously achieve any goal set by the user, demonstrating the development trend of autonomous AI.
In more than a year, the total number of GitHub stars for this project has exceeded 160,000, which shows its continued popularity.
GitHub address: https://github.com/Significant-Gravitas/AutoGPT
Yesterday, the project author announced the arrival of the next generation "AutoGPT" on social media X, which is currently a Pre-alpha version. Compared with the previous generation, the next generation "AutoGPT" makes it easier than ever to build, run and share AI agents, while also greatly improving reliability.
Source: https://x.com/SigGravitas/status/1812803289739633018
The author shows how to use the next generation "Auto GPT" quickly builds, deploys and uses Reddit marketing agents that automatically Reply to comments and perform other complex tasks. The new system is no longer as unreliable and inefficient as the first version of "AutoGPT".
When asked whether this project can build multi-agent driven applications, the author gave a positive answer and stated that this was an important reason for building this project.
Now, you can design a diagram to let multiple expert agents collaborate to solve problems. SubGraphs is also coming soon to help simplify working with complex graphs.
The project can also be customized to add nodes, and writing new blocks manually (key feature mentioned below) is very simple. The author found that Claude did an excellent job in this regard and created custom blocks flawlessly.
Of course, the two main components of the project (i.e. Server and Builder mentioned below) can run on different machines.
However, for the next generation of "AutoGPT", the author admits that it is still in a very early stage, has flaws and is relatively basic, but still hopes to share it with everyone and open source it from the beginning.
Main components and key features
This project has the following two main components, which are the AutoGPT Server on the backend and the AutoGPT Builder on the frontend. The Server is responsible for creating a composite multi-agent system, using AutoGPT agents and other non-agent components as its primitives.
AutoGPT Server (Backend):
https://github.com/Significant-Gravitas/AutoGPT/tree/master/rnd/autogpt_server
AutoGPT Builder (Frontend):
https ://github.com/Significant-Gravitas/AutoGPT/tree/master/rnd/autogpt_builder
The specific steps to set up and run Server and Builder are as follows:
Navigate to the AutoGPT GitHub repository;
Click the "Code" button and select "Download ZIP";
After downloading, unzip the ZIP file to a folder of your choice;
Open the unzipped folder and navigate to "rnd ” directory;
Enter the “AutoGPT Server” folder;
Open a terminal window in the “rnd” directory;
Find and open the README file in the AutoGPT Server folder;
Copy and paste each command in the README into your terminal (Important: wait for each command to complete before running the next one);
If all commands run without errors, enter the last command " poetry run app";
See that the server is running in the terminal;
-
Navigate back to the "rnd" folder;
O Ouvrez le dossier "AutoGPT Builder" ; ouvrez le fichier readme dans ce dossier ; exécutez la commande suivante dans le terminal : -
REE
npm install
Copy after login - E
npm run devOnce the front-end is running, click the link to navigate to localhost:3000.
Copy after login - Après avoir exécuté le front-end, cliquez sur le lien pour accéder à " LocalHost: 3000 ";
- Suivez les étapes ci-dessus et vous pourrez configurer et tester avec succès AutoGPT.
- Source vidéo : https://github.com/Significant-Gravitas/AutoGPT/tree/master/rnd/
- La clé du GPT La fonctionnalité est utiliser des "Blocs" pour construire agents intelligents. Vous pouvez combiner des fonctionnalités hautement modulaires pour créer des comportements personnalisés.
Actuellement, le projet a fourni des blocs correspondants pour des opérations telles que la publication sur Reddit, l'envoi de messages Discord et la récupération de résumés Wikipédia. En même temps, il est conçu pour être facile à créer et à utiliser. Voici un exemple de bloc tiré du résumé de Wikipédia :
L'auteur a déclaré que ce n'est que le début et que d'autres blocs seront ajoutés à l'avenir, ainsi que l'amélioration de l'interface utilisateur, améliorant considérablement l'expérience globale. et la fonctionnalité.
class GetWikipediaSummary(Block):class Input(BlockSchema):topic: strclass Output(BlockSchema):summary: strdef **init**(self):super().__init__(id="h5e7f8g9-1b2c-3d4e-5f6g-7h8i9j0k1l2m",input_schema=GetWikipediaSummary.Input,output_schema=GetWikipediaSummary.Output,test_input={"topic": "Artificial Intelligence"},test_output={"summary": "Artificial intelligence (AI) is intelligence demonstrated by machines..."},)def run(self, input_data: Input) -> BlockOutput:response = requests.get(f"https://en.wikipedia.org/api/rest_v1/page/summary/{input_data.topic}")summary_data = response.json() yield "summary", summary_data['extract']
The above is the detailed content of GitHub stars exceed 160,000, and the popular advanced version of AutoGPT is here: customized nodes, multi-agent collaboration. 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

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

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











But maybe he can’t defeat the old man in the park? The Paris Olympic Games are in full swing, and table tennis has attracted much attention. At the same time, robots have also made new breakthroughs in playing table tennis. Just now, DeepMind proposed the first learning robot agent that can reach the level of human amateur players in competitive table tennis. Paper address: https://arxiv.org/pdf/2408.03906 How good is the DeepMind robot at playing table tennis? Probably on par with human amateur players: both forehand and backhand: the opponent uses a variety of playing styles, and the robot can also withstand: receiving serves with different spins: However, the intensity of the game does not seem to be as intense as the old man in the park. For robots, table tennis

On August 21, the 2024 World Robot Conference was grandly held in Beijing. SenseTime's home robot brand "Yuanluobot SenseRobot" has unveiled its entire family of products, and recently released the Yuanluobot AI chess-playing robot - Chess Professional Edition (hereinafter referred to as "Yuanluobot SenseRobot"), becoming the world's first A chess robot for the home. As the third chess-playing robot product of Yuanluobo, the new Guoxiang robot has undergone a large number of special technical upgrades and innovations in AI and engineering machinery. For the first time, it has realized the ability to pick up three-dimensional chess pieces through mechanical claws on a home robot, and perform human-machine Functions such as chess playing, everyone playing chess, notation review, etc.

The start of school is about to begin, and it’s not just the students who are about to start the new semester who should take care of themselves, but also the large AI models. Some time ago, Reddit was filled with netizens complaining that Claude was getting lazy. "Its level has dropped a lot, it often pauses, and even the output becomes very short. In the first week of release, it could translate a full 4-page document at once, but now it can't even output half a page!" https:// www.reddit.com/r/ClaudeAI/comments/1by8rw8/something_just_feels_wrong_with_claude_in_the/ in a post titled "Totally disappointed with Claude", full of

At the World Robot Conference being held in Beijing, the display of humanoid robots has become the absolute focus of the scene. At the Stardust Intelligent booth, the AI robot assistant S1 performed three major performances of dulcimer, martial arts, and calligraphy in one exhibition area, capable of both literary and martial arts. , attracted a large number of professional audiences and media. The elegant playing on the elastic strings allows the S1 to demonstrate fine operation and absolute control with speed, strength and precision. CCTV News conducted a special report on the imitation learning and intelligent control behind "Calligraphy". Company founder Lai Jie explained that behind the silky movements, the hardware side pursues the best force control and the most human-like body indicators (speed, load) etc.), but on the AI side, the real movement data of people is collected, allowing the robot to become stronger when it encounters a strong situation and learn to evolve quickly. And agile

At this ACL conference, contributors have gained a lot. The six-day ACL2024 is being held in Bangkok, Thailand. ACL is the top international conference in the field of computational linguistics and natural language processing. It is organized by the International Association for Computational Linguistics and is held annually. ACL has always ranked first in academic influence in the field of NLP, and it is also a CCF-A recommended conference. This year's ACL conference is the 62nd and has received more than 400 cutting-edge works in the field of NLP. Yesterday afternoon, the conference announced the best paper and other awards. This time, there are 7 Best Paper Awards (two unpublished), 1 Best Theme Paper Award, and 35 Outstanding Paper Awards. The conference also awarded 3 Resource Paper Awards (ResourceAward) and Social Impact Award (

Deep integration of vision and robot learning. When two robot hands work together smoothly to fold clothes, pour tea, and pack shoes, coupled with the 1X humanoid robot NEO that has been making headlines recently, you may have a feeling: we seem to be entering the age of robots. In fact, these silky movements are the product of advanced robotic technology + exquisite frame design + multi-modal large models. We know that useful robots often require complex and exquisite interactions with the environment, and the environment can be represented as constraints in the spatial and temporal domains. For example, if you want a robot to pour tea, the robot first needs to grasp the handle of the teapot and keep it upright without spilling the tea, then move it smoothly until the mouth of the pot is aligned with the mouth of the cup, and then tilt the teapot at a certain angle. . this

This afternoon, Hongmeng Zhixing officially welcomed new brands and new cars. On August 6, Huawei held the Hongmeng Smart Xingxing S9 and Huawei full-scenario new product launch conference, bringing the panoramic smart flagship sedan Xiangjie S9, the new M7Pro and Huawei novaFlip, MatePad Pro 12.2 inches, the new MatePad Air, Huawei Bisheng With many new all-scenario smart products including the laser printer X1 series, FreeBuds6i, WATCHFIT3 and smart screen S5Pro, from smart travel, smart office to smart wear, Huawei continues to build a full-scenario smart ecosystem to bring consumers a smart experience of the Internet of Everything. Hongmeng Zhixing: In-depth empowerment to promote the upgrading of the smart car industry Huawei joins hands with Chinese automotive industry partners to provide

Conference Introduction With the rapid development of science and technology, artificial intelligence has become an important force in promoting social progress. In this era, we are fortunate to witness and participate in the innovation and application of Distributed Artificial Intelligence (DAI). Distributed artificial intelligence is an important branch of the field of artificial intelligence, which has attracted more and more attention in recent years. Agents based on large language models (LLM) have suddenly emerged. By combining the powerful language understanding and generation capabilities of large models, they have shown great potential in natural language interaction, knowledge reasoning, task planning, etc. AIAgent is taking over the big language model and has become a hot topic in the current AI circle. Au
