UNPKG

@hashgraphonline/conversational-agent

Version:

Hashgraph Online conversational AI agent implementing HCS-10 communication, HCS-2 registries, and content inscription on Hedera. https://hol.org

7 lines (6 loc) 152 B
export interface SwarmConfig { beeApiUrl: string; beeFeedPK: string; autoAssignStamp?: boolean; deferredUploadSizeThresholdMB?: number; }