AI Agents

AI Agents are autonomous software entities capable of performing tasks based on zero-shot learning. This means they can execute tasks without requiring prior training on specific examples. They are designed to be highly flexible and adaptable to various tasks and environments.

Core Functionalities

  • Add Agent: Creates a new AI agent instance.

  • Deploy: Executes an AI agent, initiating its task execution.

  • Delete: Removes an AI agent from the system.

  • Customize: Modifies an existing AI agent's parameters or behavior.

Agent Types

  • Wikipedia: Searches Wikipedia for information related to a given query.

  • Youtube Search: Searches YouTube for videos related to a given query.

  • Custom Agent: Executes tasks based on an external API, following predefined criteria.

  • Recent News: Searches for recent news articles related to a given topic.

  • Web Search: Conducts a general web search for information related to a given query.

  • Run Block: Executes a predefined block of actions or logic from a story builder.

  • Shopify AI Search: Searches Shopify products, adds items to a cart, and proceeds to checkout.

Last updated