Hacker News front pagepizza-bot-app4 min readrelease notesintermediate
Show HN: Pizza Bot – An inbox for AI agents that work in the background
Summary
Pizza Bot is an open‑source inbox for long‑running LLM‑based agents. It runs a stateful DeepAgents/LangGraph runtime behind an HTTP/SSE API server, with Electron, web, and CLI front‑ends. The tool supports multiple model providers (Bedrock, Anthropic, Gemini, OpenAI, OpenRouter, Ollama), checkpointed runs, human‑in‑the‑loop approvals, and a plugin/skill system. The repo includes a clear monorepo…
- Runs a persistent API server (Hono) that survives client disconnects; front‑ends communicate via HTTP/SSE.
- Supports a wide range of LLM providers via configurable environment variables; Bedrock integrates AWS credentials and region handling.
- Built on a LangGraph runtime isolated in `packages/runtime‑langgraph`; front‑ends only see protocol projections.
- Extensible via MCP servers, skill plugins, and a plugin SDK; skills can override built‑ins without code changes.
Provides a reusable, self‑hosted framework for orchestrating asynchronous LLM workflows with human approvals, filling a gap between ad‑hoc scripts and heavyweight orchestration platforms.
6/10




