What problem does it solve? Building autonomous AI agents that run continuously, respond to external triggers, and execute multi-step workflows typically requires significant custom infrastructure. This Skill provides guidance for using the AutoGPT platform to create, deploy, and monitor persistent agents through a visual builder or developer toolkit. ## Core Features & Use Cases - Visual Agent Builder: Construct agents as graphs of connected nodes using drag-and-drop blocks for LLM calls, webhooks, integrations, and decision logic. - Continuous Execution with Triggers: Run agents persistently via manual API calls, webhook triggers, or cron-style schedules, with WebSocket-based execution monitoring. - Forge Toolkit & Benchmarking: Develop custom agents and abilities with the Forge CLI, then validate performance using standardized benchmark categories like coding, retrieval, and web tasks. - Use Case: Deploy an agent that listens for GitHub webhook events, summarizes pull requests with an LLM block, and posts results to Discord on a recurring schedule. ## Quick Start Help me set up the AutoGPT platform with Docker and build a simple agent that generates text with an LLM block triggered by a webhook.