Raindrop AI has released its local Agent debugging tool, Workshop, as an open-source project under the MIT license. Announced on May 15, Workshop integrates a visual debugging dashboard with code Agents like Claude Code and Cursor, allowing large models to read execution traces, generate test cases, and modify business code autonomously. This creates a self-healing code loop. The tool features a local dashboard that streams tokens, tool calls, and decision pathways in real-time, eliminating the need for polling. It also includes a local replay mechanism, enabling developers to replay production execution traces within their local environment. Workshop supports TypeScript, Python, Go, and Rust, and integrates with frameworks such as Vercel AI SDK, LangChain, and CrewAI.