askexperts
Version:
AskExperts SDK: build and use AI experts - ask them questions and pay with bitcoin on an open protocol
10 lines (9 loc) • 356 B
TypeScript
/**
* Database module for experts, wallets, and docstore servers
*/
export { DB } from './DB.js';
export type { DBExpert, DBWallet, DBInterface } from './interfaces.js';
export { getDB } from './utils.js';
export { DBServer } from './DBServer.js';
export type { DBServerPerms } from './DBServer.js';
export { DBRemoteClient } from './DBRemoteClient.js';