Skip to content

Kody is live

Watch the launch video — what Kody is, and why it exists.

← Public packages

@kentcdodds/jev

Call TypeSafe Jev evaluations via Cloudflare AI Gateway (same token/gateway as @kentcdodds/ai).

package.json

32 lines · 961 B · JSON
{
	"name": "@kentcdodds/jev",
	"version": "1.0.0",
	"type": "module",
	"license": "MIT",
	"private": false,
	"description": "Call TypeSafe Jev structured evaluations through Cloudflare AI Gateway.",
	"exports": {
		".": "./src/index.ts",
		"./evaluate": "./src/evaluate.ts",
		"./request": "./src/request.ts",
		"./settings": "./src/settings.ts",
		"./types": "./src/types.ts",
		"./smoke-test": "./src/smoke-test.ts"
	},
	"kody": {
		"id": "jev",
		"description": "Call TypeSafe Jev evaluations via Cloudflare AI Gateway (same token/gateway as @kentcdodds/ai).",
		"category": "integrations",
		"tags": [
			"jev",
			"typesafe",
			"evaluation",
			"cloudflare",
			"ai-gateway",
			"noul",
			"choice",
			"score"
		],
		"searchText": "jev typesafe evaluate evaluation noul choice score cloudflare AI Gateway typesafe/jev answers confidence probabilities structured decisions @kentcdodds/ai cloudflareApiToken cloudflareAccountId cloudflareAiGatewayId"
	}
}