cli
Debug AI agents locally with live traces and replays
All Skills in This Repository (4)
Pure Emerald Level Indicatorsraindrop-debug-traces
Analyze Raindrop Workshop traces to explain agent behavior and pinpoint issues.
raindrop-instrument-agent
Wires Agent code to MonkeyLearn's API for automated text analysis and data extraction.
raindrop-add-readonly-replay
Adds per-run readonly mode to replay production traces safely via HTTP /replay endpoint.
instrument-agent
Instrument AI agents with Raindrop SDK tracing and verify runs in Workshop.
Frequently Asked Questions
FAQPage SchemaHow to install Raindrop Workshop?โผ
Run `npx skills add raindrop-ai/cli --all -g -y` in your terminal to install all skills in this suite globally.
How to debug AI agents locally?โผ
Workshop streams every token, tool call, and decision from your agent into a local UI as it happens, so you can see exactly where things go wrong.
Can Claude Code fix my agent automatically?โผ
Yes. Claude Code reads your traces, writes evals against your codebase, fixes the failure, and re-runs until every assertion passes.
Which frameworks does Raindrop support?โผ
It works with TypeScript, Python, Go, and Rust, plus SDKs like Vercel AI SDK, LangChain, OpenAI Agents, Claude Agent SDK, and coding agents like Claude Code, Cursor, and Codex.
Can I replay production traces locally?โผ
Yes. The setup-agent-replay skill scaffolds a local replay server that re-runs a captured production trace against your real agent code without side effects.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core