What problem does it solve? Building autonomous AI agents that run continuously with external triggers, multi-step workflows, and integrations typically requires assembling orchestration, scheduling, and credential management from scratch. This Skill provides the operational knowledge to build, deploy, and monitor such agents on the AutoGPT platform. ## Core Features & Use Cases - Visual Agent Builder: Compose agents as graphs of connected blocks (LLM calls, webhooks, integrations) through a drag-and-drop interface. - Continuous Execution & Triggers: Run agents persistently via manual API calls, webhook triggers, or cron-style schedules, with WebSocket-based monitoring. - Forge Development Toolkit: Create custom agents and abilities programmatically, then validate them with the agbenchmark benchmarking framework. - 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 schedule. ## Quick Start Set up an AutoGPT agent with Docker that triggers on a webhook, processes the payload with an LLM block, and sends the result to an output block.