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.

11 lines (6 loc) 199 B
export * from "./semanticTurningPointDetector"; export * from "./tokensUtil"; export * from './conversation'; export * from './Message'; export * from './prompt'; export * from './stripContent';