MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / skill-gaps.test.ts

File skill-gaps.test.ts

test/skill-gaps.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect } from 'vitest';
2import { tokenize, termFreq, cosineSim, findSimilarPairs, skillSimilarityText } from '../src/skills/learning/similarity.js';
3import { toShareGpt } from '../src/agent/dataset-export.js';
4import { parseMergeResult } from '../src/skills/learning/judge.js';

Callers

nothing calls this directly

Calls 7

tokenizeFunction · 0.85
termFreqFunction · 0.85
skillSimilarityTextFunction · 0.85
findSimilarPairsFunction · 0.85
parseMergeResultFunction · 0.85
toShareGptFunction · 0.85
cosineSimFunction · 0.50

Tested by

no test coverage detected