UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

19 lines (18 loc) 654 B
import { t as definePluginEntry } from "../../plugin-entry-C7DUzV0e.js"; import { t as buildAnthropicCliBackend } from "../../cli-backend-B0G5gyht.js"; //#region extensions/anthropic/setup-api.ts /** * Lightweight Anthropic setup entry. It registers Claude CLI backend metadata * without loading full provider runtime code. */ /** Setup entry for Claude CLI backend registration. */ var setup_api_default = definePluginEntry({ id: "anthropic", name: "Anthropic Setup", description: "Lightweight Anthropic setup hooks", register(api) { api.registerCliBackend(buildAnthropicCliBackend()); } }); //#endregion export { setup_api_default as default };