Documentations

⌘K
  1. Home
  2. Docs
  3. Documentations
  4. AI Harness for Shopify
  5. Auto Content Writer
  6. GPT Agents

GPT Agents

GPT Agents are the key components of the AutoGPT module.

Each agent is responsible for a specific task, and they must be configured correctly for the entire system to function properly.

The current version supports four GPT Agents, with plans to add more in the future.

GPT AgentDescriptionAvailability
Queue ProcessorThe central GPT Agent responsible for processing tasks in the Queue tab, submitted by other agents. This agent must be configured for the other GPT Agents to function.All plans
Google SheetsResponsible for retrieving data from configured Google Sheets at defined intervals and sending it to the Queue Processor agent for processing.Only 5 Post in Free Plan
RSSResponsible for retrieving data from entered RSS feeds at defined intervals and sending it to the Queue Processor for processing.All plans

Requirements

To ensure that AutoGPT and its GPT Agents function correctly on your website, there are several requirements that must be met:

RequirementDescription
Server-side Cron JobsAutoGPT and GPT Agents rely on server-side Cron Jobs to automate tasks and maintain their functionality. Shopify Cron Job plugins are not supported; you must set up Cron Jobs at the server level.
PHP 7.4 and aboveYour server must be running PHP version 7.4 or higher to ensure compatibility with AutoGPT and its GPT Agents.
Google Cloud AccountFor the Google Sheets GPT Agent, you need to have a Google Cloud account. This is required to access and retrieve data from the configured Google Sheets.
PHP XML ExtensionThe RSS GPT Agent requires the PHP XML extension to be installed and enabled on your server. This allows the agent to retrieve and process data from the entered RSS feeds.

By meeting these requirements, you’ll ensure the smooth operation of the AutoGPT module and its GPT Agents on your website.

How can we help?