UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

17 lines (16 loc) 468 B
import type { OpenClawConfig } from "../../config/config.js"; import type { MsgContext } from "../templating.js"; export { formatElevatedUnavailableMessage } from "./elevated-unavailable.js"; export declare function resolveElevatedPermissions(params: { cfg: OpenClawConfig; agentId: string; ctx: MsgContext; provider: string; }): { enabled: boolean; allowed: boolean; failures: Array<{ gate: string; key: string; }>; };