anon-identity
Version:
Decentralized identity framework with DIDs, Verifiable Credentials, and privacy-preserving selective disclosure
9 lines • 364 B
TypeScript
/**
* MCP Conversation Module
*
* Exports all conversation management functionality
*/
export { ConversationManager } from './conversation-manager';
export type { ConversationSession, ConversationFlowConfig, TurnResult } from './conversation-manager';
export { ConversationManager as default } from './conversation-manager';
//# sourceMappingURL=index.d.ts.map