Agents

AWS open-sources Pizza Bot inbox for autonomous AI agents

Amazon Web Services has open-sourced Pizza Bot, an application that replaces traditional chat windows with an inbox interface to help developers manage asynchronous, background AI agents.

Computerworld AI22 hrs agoAgents
Image: Computerworld AI

AWS has released Pizza Bot, a self-hosted, open-source application designed to move AI agent interaction away from live chat windows and into an inbox-style dashboard. Built using LangChain's Deep Agents as a harness and LangGraph as its stateful runtime, Pizza Bot allows agents to checkpoint their progress, preserving tool activity and state so tasks can run asynchronously. Developers can connect the system to models from Anthropic, OpenAI, Google Gemini, and Amazon Bedrock, or run local models using Ollama. Out of the box, the tool includes skills for web browsing, file management, and delegating tasks to other agents, with support for Model Context Protocol servers.

For practitioners, this shift changes how background tasks are managed. Instead of monitoring a live chat, users interact with an inbox featuring All, Unread, and Action tabs. The Action tab highlights tasks paused for human approval, while an Activity panel provides a full transcript of how the agent executed its work. This asynchronous model allows engineers to delegate long-running processes, such as meeting preparation or code reviews, and review the completed output only when necessary, mimicking how human managers delegate tasks to their teams.

However, deploying Pizza Bot in production presents notable hurdles. Analysts point out that the software lacks official support or service-level agreements, leaving the operational and security burden entirely on enterprise teams. Furthermore, the tool does not solve the complex integration work required to connect agents to core enterprise systems like CRMs, email, and ERPs. There are also workflow risks, such as approval fatigue from managing dozens of pending threads, and the potential for agents to act on outdated information if a user delays approving a paused task. Consequently, adoption is expected to start bottom-up with technical teams experimenting with asynchronous delegation.

This is our own summary of reporting by Computerworld AI

More in Agents