@coro-ai/llm-anthropic
v0.1.30
Published
Anthropic Claude phase executor for Coro — wraps the Claude Agent SDK and exposes it through the PhaseExecutorRuntime contract.
Readme
@coro-ai/llm-anthropic
Anthropic Claude phase executor for Coro. Wraps the Claude Agent SDK (query() + bundled CLI) and exposes it through the PhaseExecutorRuntime contract from @coro-ai/plugin-sdk.
This package owns:
- The
AnthropicExecutorclass (per-phase tool loop, hook policy, subagent dispatch, normalized event emission). - Anthropic-specific auth env-var construction (
buildAnthropicAuthEnv). - Claude Code CLI path resolution (
resolveClaudeCodeCliPath,ensureClaudeCodeCliExecutable). - The interactive
claude loginOAuth wizard used by the dashboard (ClaudeLoginManager). - The
.claude/CLAUDE.mdsymlink helper that lets the SDK's native walk-up discover layered intelligence (ensureClaudeConfigSymlink).
The runner ships this package as a hard dependency and registers it in buildBuiltinPluginRegistry, so every Coro install supports Anthropic out of the box.
