Agent tooling

pi-jev

@madeye10TypeScriptMITupdated 2026-09-20runnable

Jev-assisted file retrieval and request caching for faster Pi workflows

madeye/pi-jev

Where it calls Jev

const defaultOrigin = "https://api.typesafe.ai/";

src/jev.ts:10

The link points at the commit we read, so the line number still holds.

What it asks Jev

These question sets are lifted from this project's source exactly as written.

from test/jev.test.ts:12

  1. skillchoice

    Pick one

    • s0Code
    • noneNone

Run it on your own text

The code
import { experimental_evaluate as evaluate } from 'ai';

const { answers } = await evaluate({
  model: 'typesafe-ai/jev',
  state,
  questions: {
    skill: { type: 'choice', instructions: 'Pick one',
      criteria: { s0: 'Code', none: 'None' } },
  },
});

Other projects in this category