@superbiche/claude-agent-sdk-paperclip-adapter
v0.0.1
Published
Paperclip external adapter that calls Anthropic's Claude Agent SDK in-process, with Max OAuth or API key auth. Scaffold-only — first real release at 0.1.0.
Downloads
75
Maintainers
Readme
@superbiche/claude-agent-sdk-paperclip-adapter
Paperclip external adapter that will call Anthropic's Claude Agent SDK in-process — no claude CLI subprocess. Will expose Opus 4.7, Sonnet 4.6, and Haiku 4.5 as a single multi-model adapter; the agent config picks the model per agent at runtime.
Why a separate adapter from claude-local? The upstream claude-local adapter wraps the interactive claude CLI binary as a subprocess. That harness is tuned for interactive use; for sustained autonomous use under Anthropic's Max plan, the Agent SDK + OAuth path is cleaner: one in-process call, no CLI session-resume gymnastics, deterministic stream handling, native MCP wiring through the SDK.
Planned auth
Three modes, in resolution order:
ANTHROPIC_OAUTH_TOKENenv var — explicit override.~/.config/claude-code/credentials.json— Max OAuth token from a localclaudeinstall. Personal-use only.ANTHROPIC_API_KEYenv var — pay-as-you-go API mode.
Status
v0.0.1 is a name-claim stub. No source, no dist, no implementation. The first real release will be 0.1.0.
License
MIT
