Raindrop Workshop(GitHub リポジトリ)
本文の状態
日本語全文を表示中
詳細モードで約2分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
TLDR AI
Claude Code にトレーシング機能やコードベースに対する評価スクリプト作成、不具合修正能力を追加するツール「Raindrop Workshop」が公開された。このツールはライブストリーミングトレースや自己修復型評価ループを提供し、主要なプログラミング言語や SDK と互換性がある。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
エージェントが欠いているローカルデバッガー。 エージェントがローカルで思考する瞬間を、その瞬間にウォッチ:すべてのトークン、すべてのツール呼び出し、すべての決定。
Claude Code に、トレースを読み込み、コードベースに対して評価(eval)を書き、壊れた箇所を修正する力を与えましょう。
インストール
curl -fsSL https://raindrop.sh/install | bash
ソースからビルド
git clone https://github.com/raindrop-ai/workshop.git
cd workshop
bun install
bun run dev
bun run dev は、ローカルの Workshop デーモンと Vite UI を起動します。起動後、http://localhost:5899 を開いてください。
エージェントの計装(インストルメント)
リポジトリ内で好みのコーディングエージェントを開き、以下を実行してください:
/instrument-agent
これにより、Raindrop によるトレースがエージェントに追加され、ブラウザで Workshop が起動します。
それだけです。エージェントの実行と同時に、トレースが UI にストリーミングされます。
機能
- ライブストリーミングされるトレース。 すべてのトークン、ツール呼び出し、スパンは、発生した瞬間にそのまま Workshop にストリーミングされます。ポーリングもリフレッシュも不要です。
- コーディングエージェントとの統合。 Claude Code はあなたのトレースを読み込み、コードベースに対して評価(eval)を書き、壊れた箇所を修正します。
- 自己修復型の評価ループ。 Claude が評価(eval)を作成し、エージェントを実行し、失敗を確認し、コードを修正し、再実行します。すべてのアサーションがパスするまでこれを繰り返します。
- ローカルでの再生。
/setup-agent-replayは、本番環境のトレースを実際のエージェントコードに対して再生するための HTTP エンドポイントをセットアップします。
何でも互換性あり
- 言語: TypeScript, Python, Go, Rust
- SDKs: Vercel AI SDK, OpenAI Agents SDK, Anthropic SDK, Claude Agent SDK,
LangChain, LangGraph, CrewAI, Mastra, Pydantic AI, DSPy, Google ADK, Strands,
Agno, Deep Agents
- Providers: AWS Bedrock, Azure OpenAI, Vertex AI
- Coding agents: Claude Code, Codex, Devin, Cursor, OpenCode
Configuration
Env var
Purpose
Default
RAINDROP_WORKSHOP_PORT
HTTP + WS port
5899
RAINDROP_WORKSHOP_DB_PATH
SQLite database file
~/.raindrop/raindrop_workshop.db
RAINDROP_LOCAL_DEBUGGER
SDK-side: where to mirror traces
unset
CLI
raindrop workshop # start and open UI
raindrop workshop setup # write .env, then start and open
raindrop workshop status # check health
raindrop workshop reset # delete local DB after confirmation
raindrop update # update the binary
License
MIT.
原文を表示
The local debugger your agent is missing. Watch your agent think locally,
the moment it happens: every token, every tool call, every decision.
Give Claude Code the power to read your traces, write evals against your
codebase, and fix what's broken.
Install
curl -fsSL https://raindrop.sh/install | bashBuild from source
git clone https://github.com/raindrop-ai/workshop.git
cd workshop
bun install
bun run devbun run dev starts the local Workshop daemon and Vite UI. Open
http://localhost:5899 after it starts.
Instrument your agent
Open your coding agent of choice in your repository and run:
/instrument-agent
This will instrument your agent with Raindrop tracing and open Workshop in your browser.
That's it. Traces stream into the UI the moment your agent runs.
What it does
- Live streamed traces. Every token, tool call, and span streams into
Workshop as it happens. No polling, no refreshing.
- Coding-agent integration. Claude Code reads your traces, writes evals
against your codebase, and fixes what's broken.
- Self-healing eval loop. Claude writes the eval, runs your agent, sees the
failure, fixes the code, and re-runs — until every assertion passes.
- Local replay. /setup-agent-replay scaffolds an HTTP endpoint that replays a
production trace against your real agent code.
Compatible with everything
- Languages: TypeScript, Python, Go, Rust
- SDKs: Vercel AI SDK, OpenAI Agents SDK, Anthropic SDK, Claude Agent SDK,
LangChain, LangGraph, CrewAI, Mastra, Pydantic AI, DSPy, Google ADK, Strands,
Agno, Deep Agents
- Providers: AWS Bedrock, Azure OpenAI, Vertex AI
- Coding agents: Claude Code, Codex, Devin, Cursor, OpenCode
Configuration
| Env var | Purpose | Default |
|---|---|---|
RAINDROP_WORKSHOP_PORT | HTTP + WS port | 5899 |
RAINDROP_WORKSHOP_DB_PATH | SQLite database file | ~/.raindrop/raindrop_workshop.db |
RAINDROP_LOCAL_DEBUGGER | SDK-side: where to mirror traces | unset |
CLI
raindrop workshop # start and open UI
raindrop workshop setup # write .env, then start and open
raindrop workshop status # check health
raindrop workshop reset # delete local DB after confirmation
raindrop update # update the binaryLicense
MIT.
関連記事
News to Guide
ニュースの次に確認する
発表内容を、現在の料金や仕様と照らし合わせられる関連ガイドです。
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み