16 agent tools, event handler for auto-linking, sync job every 15m. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
4 lines
327 B
TypeScript
4 lines
327 B
TypeScript
export declare function isUuidLike(value: string | null | undefined): boolean;
|
|
export declare function normalizeAgentUrlKey(value: string | null | undefined): string | null;
|
|
export declare function deriveAgentUrlKey(name: string | null | undefined, fallback?: string | null): string;
|
|
//# sourceMappingURL=agent-url-key.d.ts.map
|