agents-mcp
Email-style inbox for agents comes out of Amazon
Promtime
agents-mcpAmazon Web Services has open-sourced Pizza Bot, a self-hosted desktop application that swaps the chat window for an email-style inbox where AI agents running in the background deliver finished work and requests for approval. The project launched Thursday, as Thenewstack reports.
At a glance
- A chat window assumes someone is at the keyboard, a poor fit for agents whose work continues after the user logs off, so Pizza Bot borrows email mechanics for later review and triage.
- Clients cover macOS, Windows, Linux, the browser and the terminal, while developers pick the model behind the local server: Anthropic, Amazon Bedrock, Google Gemini, OpenAI, OpenRouter or a local one via Ollama.
- The project began in April 2025 as an internal CRM logging script and grew to more than 30 contributors and over 2,000 users inside Amazon before landing as a community project.
The design premise reads as a direct answer to the limits of chat: a prompt box assumes a human is present, while scheduled and long-running agents mostly are not. Building on LangGraph's persistence rather than AWS's own Strands Agents suggests the priority was resumable state over vendor alignment, which fits a project shipped without support or an SLA. The inbox metaphor also gives agent triage a shape most teams already know how to work.
Pizza Bot's design starts from the assumption that nobody is watching
Completed jobs arrive in the inbox as unread threads, while anything that needs a human decision is surfaced for action. An Activity panel exposes work handed off to specialist agents, including the tools they call and their progress. The premise is set out in the launch blog post.
The interface assumes you are not watching. Nothing else we've seen starts there, and that one assumption is what buys you pauses that outlast the session that created them, notifications worth acting on, and scheduled work that produces threads instead of logs.
Co-creator Joseph Dolivo, principal technologist at AWS Startups, wrote on LinkedIn on Thursday that the design shifts monitoring away from the user: instead of a person initiating every conversation or waiting on a prompt, scheduled agents run autonomously in the background and surface updates into the inbox for review and triage.
The app self-hosts across macOS, Windows and Linux with no AWS service-level agreement
Despite its Amazon origins, Pizza Bot is now a standalone community project rather than an AWS service. It lives in its own GitHub organization, separate from Amazon, and comes with no AWS support and no service-level agreement, so running it is entirely self-hosted.
The desktop app starts a local Pizza Bot server on the machine by default, and browser and terminal clients are available alongside it. The server can instead run on an always-on host or in a container, letting scheduled agents keep working with the laptop closed and their threads be picked up later from another device.
Pizza Bot can be extended through MCP servers and Agent Skills. The bundled browser-automation skill uses Playwright MCP to navigate and interact with websites, and the model behind the server is a setup-time choice rather than a fixed dependency on any single provider.
The runtime is built on LangChain's DeepAgents rather than AWS's Strands Agents
Pizza Bot's agent runtime uses DeepAgents, LangChain's open-source harness for long-running agent tasks, which itself runs on LangGraph. LangGraph checkpoints an agent's state as it works, so a run can pause for approval, survive a disconnected client and resume later; Pizza Bot keeps those checkpoints, threads and other application data in local SQLite and ordinary files.
AWS has had its own open-source agents SDK, Strands Agents, since May 2025. Text in a sample repository describes Strands as a lighter-weight alternative to LangGraph for agents that don't need explicit graph control flow, while Pizza Bot leans on LangGraph's persistence and interrupt capabilities for checkpoints, pauses and resumable threads.
The approach is close to an idea LangChain introduced in January 2025, when CEO Harrison Chase coined "ambient agents" for agents that respond to events, work concurrently and involve a human only when needed. Its reference implementation was an email assistant on LangGraph, paired with a standalone Agent Inbox.
No SLA and no published roadmap
Pizza Bot is available now from its own GitHub organization, self-hosted and outside AWS support. No roadmap, release schedule or plan to turn the project into a supported AWS service has been described, and the choice of model back end, along with whatever that model costs to run, stays with the developer deploying it.
Comments
No comments yet. Be the first.
Join the conversation
Sign in with Google to leave a comment. Your name and avatar come from your Google profile, and the comment appears after moderation.
We only use your name and avatar from Google. We never store your email address.
