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

9 lines (8 loc) 316 B
export interface ContentReferenceConfig { maxInscriptionSize: number; minContentSize: number; logLevel: 'debug' | 'info' | 'warn' | 'error'; enableContentValidation: boolean; } export declare const DEFAULT_CONFIG: ContentReferenceConfig; export declare function loadConfig(): ContentReferenceConfig;