Files
openclaw/extensions/tlon/index.ts
2026-05-02 17:35:37 -07:00

17 lines
412 B
TypeScript

import { defineBundledChannelEntry } from "openclaw/plugin-sdk/channel-entry-contract";
export default defineBundledChannelEntry({
id: "tlon",
name: "Tlon",
description: "Tlon/Urbit channel plugin",
importMetaUrl: import.meta.url,
plugin: {
specifier: "./channel-plugin-api.js",
exportName: "tlonPlugin",
},
runtime: {
specifier: "./api.js",
exportName: "setTlonRuntime",
},
});