Files
openclaw/extensions/tlon/api.ts
2026-06-04 21:33:54 -04:00

18 lines
490 B
TypeScript

// Tlon API module exposes the plugin public contract.
export {
createDedupeCache,
createLoggerBackedRuntime,
fetchWithSsrFGuard,
isBlockedHostnameOrIp,
type LookupFn,
type OpenClawConfig,
type ReplyPayload,
type RuntimeEnv,
SsrFBlockedError,
type SsrFPolicy,
ssrfPolicyFromAllowPrivateNetwork,
ssrfPolicyFromDangerouslyAllowPrivateNetwork,
} from "./runtime-api.js";
export { tlonPlugin } from "./src/channel.js";
export { setTlonRuntime } from "./src/runtime.js";