UNPKG

askexperts

Version:

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

7 lines 257 B
/** * Expert implementation for NIP-174 * Server-side component that handles asks and prompts */ export { AskExpertsServerBase } from './AskExpertsServerBase.js'; export { AskExpertsServer } from './AskExpertsServer.js'; //# sourceMappingURL=index.js.map