What problem does it solve? Building autonomous AI agents that run continuously with external triggers requires significant infrastructure work. This Skill provides guidance for using the AutoGPT platform to create, deploy, and monitor persistent agents through a visual builder or developer toolkit without writing orchestration code from scratch. ## Core Features & Use Cases - Visual Agent Builder: Compose agents as graphs of connected nodes using drag-and-drop blocks for LLM calls, webhooks, integrations, and decision logic. - Continuous Execution: Deploy agents triggered manually, by webhooks, or on cron schedules, with WebSocket-based execution monitoring. - Forge Toolkit & Benchmarking: Develop custom agents with the Forge CLI and validate performance using standardized benchmark categories. - Use Case: Create an agent that receives GitHub webhook events, summarizes pull requests with an LLM block, and posts results to Discord on a schedule. ## Quick Start Use the AutoGPT skill to help me build an agent that monitors a webhook and summarizes incoming payloads with an LLM block.