raindrop-ai/workshop
Give your coding agent the power to write and run agent evals.
What it solves
Raindrop Workshop is a local debugger for AI agents. It allows developers to see exactly what is happening inside an agent's thought process in real-time, eliminating the guesswork involved in debugging agentic workflows by providing visibility into every token, tool call, and decision.
How it works
Workshop instruments your agent by mirroring traces to a local daemon and a browser-based UI. It integrates with coding agents like Claude Code to enable a self-healing loop where the agent can read its own traces, write evaluations (evals) against the codebase, and fix bugs until assertions pass. It also provides a local replay feature to simulate production traces against local agent code.
Who it’s for
Developers building AI agents using various SDKs (such as LangChain, CrewAI, or Pydantic AI) and coding agents (such as Cursor, Devin, or Claude Code) across multiple languages including TypeScript, Python, Go, and Rust.
Highlights
- Live streamed traces: Real-time visibility into tokens and tool calls without polling.
- Self-healing eval loop: Integration with Claude Code to automatically write and fix code based on trace failures.
- Local replay: Ability to scaffold HTTP endpoints to replay production traces locally.
- Broad compatibility: Supports a wide range of AI SDKs, providers (AWS Bedrock, Azure OpenAI, Vertex AI), and coding agents.
Related
- Project
- Project
- Project
- Project
- Project