wowok_agent
Version:
Making It Easy for AI Agents to Communicate, Collaborate, Trade, and Trust.
6 lines (5 loc) • 387 B
TypeScript
export declare const isValidGuardQueryId: (id: number) => boolean;
export declare const isValidGuardQueryName: (name: string) => boolean;
export declare const isValidGuardQueryIdOrName: (input: number | string) => boolean;
export declare const getGuardQueryByIdOrName: (input: number | string) => import("wowok").GuardQuery | undefined;
export declare const GUARD_QUERY_NAMES: string[];