Agent tooling

dsh-plugin-jev

@cyberofficial3JavaScriptupdated 2026-09-19runnable

Agent-facing TypeSafe Jev (System One) for the DSH Web GUI. The model itself

cyberofficial/dsh-plugin-jev

Where it calls Jev

'Jev is TypeSafe\u0027s System One decision model. The key is stored as the "typesafe" credential and used only by the host, which calls api.typesafe.ai on your

lib/client.js:341

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/key.test.mjs:107

  1. is_urgenttrue/false

    Does this convey urgency?

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: {
    is_urgent: { type: 'boolean', instructions: 'Does this convey urgency?' },
  },
});

Other projects in this category