mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-25 13:09:36 +00:00
8 lines
349 B
TypeScript
8 lines
349 B
TypeScript
/**
|
|
* Test API barrel for Anthropic plugin internals. Tests import this path to
|
|
* avoid reaching into unrelated runtime modules.
|
|
*/
|
|
export { buildAnthropicCliBackend } from "./cli-backend.js";
|
|
export { normalizeClaudeBackendConfig } from "./cli-shared.js";
|
|
export { anthropicMediaUnderstandingProvider } from "./media-understanding-provider.js";
|