Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Unlocking the Power of Auto-GPT and Its Plugins

You're reading from   Unlocking the Power of Auto-GPT and Its Plugins Implement, customize, and optimize Auto-GPT for building robust AI applications

Arrow left icon
Product type Paperback
Published in Sep 2024
Publisher Packt
ISBN-13 9781805128281
Length 142 pages
Edition 1st Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
Wladislav Cugunov Wladislav Cugunov
Author Profile Icon Wladislav Cugunov
Wladislav Cugunov
Arrow right icon
View More author details
Toc

Table of Contents (10) Chapters Close

Preface 1. Chapter 1: Introducing Auto-GPT FREE CHAPTER 2. Chapter 2: From Installation to Your First AI-Generated Text 3. Chapter 3: Mastering Prompt Generation and Understanding How Auto-GPT Generates Prompts 4. Chapter 4: Short Introduction to Plugins 5. Chapter 5: Use Cases and Customization through Applying Auto-GPT to Your Projects 6. Chapter 6: Scaling Auto-GPT for Enterprise-Level Projects with Docker and Advanced Setup 7. Chapter 7: Using Your Own LLM and Prompts as Guidelines 8. Index 9. Other Books You May Enjoy

Using my Telegram plugin as a hands-on example

Here, we will go through the plugin example and see the steps we need to follow:

  1. To demonstrate how plugins are made, I decided to include my Auto-GPT plugin for Telegram integration.
  2. It involves simply forwarding messages to the user and is also capable of asking the user a question and awaiting a response. Basically, your Telegram chat becomes a remote extension to the console/terminal application and you can leave Auto-GPT running on your machine and operate it remotely with your phone.
  3. Fill the interface class in the __init__.py file. This file acts as the core of the AutoGPTTelegram plugin. It houses the AutoGPTTelegram class, which inherits from AutoGPTPluginTemplate. To get the template, go to the Significant Gravitas GitHub page and either clone the Auto-GPT plugin template (which by this time is outdated) or copy-paste any of the other plugin folders and make your own by just modifying __init__.py and return False...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime