UNPKG

askexperts

Version:

AskExperts SDK: build and use AI experts - ask them questions and pay with bitcoin on an open protocol

8 lines (7 loc) 324 B
/** * Expert implementation for NIP-174 * Server-side component that handles asks and prompts */ export { AskExpertsServerBase } from './AskExpertsServerBase.js'; export { AskExpertsServer } from './AskExpertsServer.js'; export type { ExpertPrice, OnPromptPriceCallback, OnPromptPaidCallback } from '../common/types.js';