Packages
Elixir wrapper around the official TypeScript Claude Agent SDK (@anthropic-ai/claude-agent-sdk).
Current section
Files
Jump to
Current section
Files
priv/node_bridge/dist/bridge.d.ts
/**
* Node.js Bridge for ClaudeAgent Elixir wrapper
*
* This script communicates with Elixir via stdin/stdout using newline-delimited JSON.
* It wraps the official @anthropic-ai/claude-code SDK.
*/
export {};