evalution — TypeScript AI Prompt Playground.
This module exports the public API used to integrate evalution into your own tooling or to extend it with custom prompt sources and SDK adapters.
import { FilePromptProvider } from 'evalution';const provider = new FilePromptProvider({ rootDir: './prompts' });const prompts = await provider.getAllPrompts(); Copy
import { FilePromptProvider } from 'evalution';const provider = new FilePromptProvider({ rootDir: './prompts' });const prompts = await provider.getAllPrompts();
evalution — TypeScript AI Prompt Playground.
This module exports the public API used to integrate evalution into your own tooling or to extend it with custom prompt sources and SDK adapters.
Quick start