UNPKG

@hashgraphonline/standards-agent-kit

Version:

A modular SDK for building on-chain autonomous agents using Hashgraph Online Standards, including HCS-10 for agent discovery and communication. https://hol.org

10 lines (9 loc) 264 B
import { z } from 'zod'; /** * Validates content reference format */ export declare const contentRefSchema: z.ZodString; /** * Validates content reference or returns error for dumber models */ export declare function validateContentRef(input: string): string;