UNPKG

@hashgraphonline/conversational-agent

Version:

Hashgraph Online conversational AI agent implementing HCS-10 communication, HCS-2 registries, and content inscription on Hedera

6 lines (4 loc) 206 B
import { BaseAgent, HederaAgentConfiguration } from './base-agent'; export declare function createAgent(config: HederaAgentConfiguration & { framework?: 'langchain' | 'vercel' | 'baml'; }): BaseAgent;