UNPKG

@gaiaverse/semantic-turning-point-detector

Version:

Detects key semantic turning points in conversations using recursive semantic distance analysis. Ideal for conversation analysis, dialogue segmentation, insight detection, and AI-assisted reasoning tasks.

7 lines 268 B
export * from "./semanticTurningPointDetector"; export * from "./tokensUtil"; export * from './conversation'; export * from './Message'; export * from './prompt'; export * from './stripContent'; export * from './types'; // Add this line to expose all type definitions