Options, callbacks, and listener types used when creating a connection.
Low-level transport layer that bridges Axon SSE streams and the Claude wire protocol. Most users won't need this directly.
Re-exported message and control types from the upstream
@anthropic-ai/claude-agent-sdk. Use these to type method parameters
and narrow response messages.
Claude module for connecting to Claude Code instances running inside Runloop devboxes via the Axon event bus.
Getting started: Create a ClaudeAxonConnection with an Axon channel and devbox ID, call connect() then initialize(), then use send() and receiveAgentResponse() to interact with Claude Code.