LogoLogo
  • Getting Started
    • Overview
    • How-to Guides & Tutorials
      • Video Tutorials
        • Building an Autonomous AI Agent for Twitter/X
        • Bulding Your Own Whale Tracking Agent
        • Building a Degen Agent that Apes in low-caps on Solana
      • How to Build Your First AI Agent
      • How to Choose the Right AI Model for Your Agent
      • How to Add and Configure Plugins
      • How to Set Up and Trigger Workflows
      • How to Launch and Tokenize Your AI Agent
      • How to Edit Your Published Agent
      • How to View Agent Wallet Activity
      • How to get a free Twitter/X API key
      • Official vs Unofficial X plugins. What's the difference?
      • How to Create a Telegram Bot & Get your Chat ID
      • How to Build a Copy-Trading AI Agent
      • Loomlay Troubleshooting Guide
  • LOOMLAY AI AGENTS
    • Introduction
    • Deploying agent live
    • Models
    • Plugins
    • Workflows
    • Workflow Triggers
      • Custom
      • Run on Repeat
      • New Message: Telegram
    • Agent Wallet
  • Terminal
    • Overview & Installation
  • Integration with workflows
  • Configuration & styling
  • Advanced features
  • Tokens
    • LAY Token
    • Agent Tokens
  • Pricing
    • Agent Developer
Powered by GitBook
On this page

Integration with workflows

To make your AI agent respond to messages from the Terminal Widget, you need to configure its workflow.

  1. Add Workflow Trigger: In your Loomlay Agent Builder, for the agent you linked via uuid in the widget code:

    • Add a new workflow trigger.

    • Select the trigger type: "New Message: Terminal".

  2. Configure Workflow: Design the rest of your agent's workflow as needed. The agent's final output or the step "instructed to finish" will be sent back as a response to the user in the Terminal Widget.

  3. Live Message Routing: Once configured, new messages sent by users through the Terminal Widget on your webpage will be automatically routed to this workflow, and the agent's responses will be displayed live in the terminal.

PreviousOverview & InstallationNextConfiguration & styling

Last updated 3 days ago