@hashgraphonline/standards-agent-plugin
Version:
Standards agent plugin for OpenConvAI functionality with HCS-10 tools
9 lines (6 loc) • 380 B
text/typescript
export { OpenConvAIPlugin } from './plugins/openconvai/OpenConvAIPlugin';
export { StandardsKit } from './StandardsKit';
export type { StandardsKitOptions } from './StandardsKit';
// Re-export commonly used types for convenience
export type { GenericPluginContext, HederaTool } from 'hedera-agent-kit';
export type { IStateManager } from '@hashgraphonline/standards-agent-kit';