@raindrop-ai/claude-agent-sdk
v0.0.13
Published
Standalone Claude Agent SDK integration for Raindrop
Keywords
Readme
@raindrop-ai/claude-agent-sdk
Raindrop integration for Anthropic's Claude Agent SDK.
Install
pnpm add @raindrop-ai/claude-agent-sdk @anthropic-ai/claude-agent-sdkUsage
import { createRaindropClaudeAgentSDK } from "@raindrop-ai/claude-agent-sdk";
const raindrop = createRaindropClaudeAgentSDK({
writeKey: process.env.RAINDROP_WRITE_KEY!,
});Notes
- This package depends on
@raindrop-ai/corefor shared event and trace shipping. - Version compatibility fixtures live under
tests/v1andtests/v2.
