AWS has released Pizza Bot, an open-source application intended to streamline the workflow of running AI agents. The system functions as an email-style inbox, providing a centralized location to monitor and manage the results of background AI tasks. Initially developed internally at Amazon, Pizza Bot supports a range of tasks including meeting preparation, email drafting, and CRM logging, and now offers a public, deployable solution.
The core functionality revolves around organizing agent activity into three categories: ‘All’ for complete task history, ‘Unread’ for work awaiting review, and ‘Action’ for paused tasks requiring approval. Users can manage these threads, organize them into folders, and track the status of delegated workers. The system utilizes DeepAgents and LangGraph for stateful execution, with a Hono API server handling runtime and storage operations. Client interactions are managed through Electron and browser clients, communicating with the server via HTTP and server-sent events.
Pizza Bot supports integration with several leading AI models, including Amazon Bedrock, Anthropic, Google Gemini, OpenAI, OpenRouter, and Ollama. The agent employs a sandboxed JavaScript interpreter and supports explicit folder grants for file access. Skill workers are defined using SKILL.md files, allowing for granular control over tool access and configurable approval policies. Users can specify ‘interruptOn’ and ‘allowedDecisions’ to require approval for specific tool actions.
The application’s architecture includes checkpointing mechanisms to preserve thread state and approval pauses, ensuring tasks continue running even after client disconnection. The always-on backend requirement is crucial for maintaining continuous operation. Deployment options include macOS, Windows, and Linux desktop builds, alongside browser and terminal clients. Source: https://www.marktechpost.com/2026/09/13/aws-introduces-pizza-bot-an-open-source-inbox-for-background-ai-agents



