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

11 lines (10 loc) 235 B
/** * Content Resolver Types * * Re-export types from standards-sdk for content resolution. */ export type { ContentResolverInterface, ReferenceResolutionResult, ContentStoreInterface } from '@hashgraphonline/standards-sdk';