Files
openclaw/extensions/anthropic/test-api.ts
2026-06-04 07:17:20 -04:00

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";