mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 09:41:11 +00:00
9 lines
225 B
TypeScript
9 lines
225 B
TypeScript
import { definePluginEntry } from "openclaw/plugin-sdk/plugin-entry";
|
|
|
|
export default definePluginEntry({
|
|
id: "anthropic",
|
|
name: "Anthropic Setup",
|
|
description: "Lightweight Anthropic setup hooks",
|
|
register() {},
|
|
});
|