@tpmjs/tools-novelty-score-workflow
Analyzes how novel/unique a workflow is by comparing it to existing workflows. Calculates a novelty score (0-1), identifies similar workflows, and highlights unique steps. Higher scores indicate more novel workflows.
Invalid workflow: must contain a steps array
Last checked: 1/1/2026, 8:18:00 AM
Test @tpmjs/tools-novelty-score-workflow (noveltyScoreWorkflowTool) with AI-powered execution
0/2000 characters
Install this tool and use it with the AI SDK
npm install @tpmjs/tools-novelty-score-workflowpnpm add @tpmjs/tools-novelty-score-workflowyarn add @tpmjs/tools-novelty-score-workflowbun add @tpmjs/tools-novelty-score-workflowdeno add npm:@tpmjs/tools-novelty-score-workflowimport { noveltyScoreWorkflowTool } from '@tpmjs/tools-novelty-score-workflow';import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { noveltyScoreWorkflowTool } from '@tpmjs/tools-novelty-score-workflow';
const result = await generateText({
model: openai('gpt-4o'),
tools: { noveltyScoreWorkflowTool },
prompt: 'Your prompt here...',
});
console.log(result.text);Available configuration options
workflowobjectThe workflow to analyze for novelty
existingWorkflowsarrayArray of existing workflows to compare against
Schema extracted: 1/1/2026, 8:17:59 AM
ERROR: No README data found!
Downloads/month
39
Quality Score