Applications

refgarden

@AlbionaHoti23TypeScriptMITupdated 2026-09-19runnable

A spatial reference explorer for creators. Local Jev query choices, metadata highlights and source-linked collections.

AlbionaHoti/refgarden

Where it calls Jev

response = await request('https://api.typesafe.ai/v1/systemone', {

src/jev-client.ts:18

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 src/jev-connection.ts:19

  1. next_referencechoice

    Choose connected to confirm receipt.

    • connectedThe request reached Jev.
    • unavailableThe connection is unavailable.

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: {
    next_reference: { type: 'choice', instructions: 'Choose connected to confirm receipt.',
      criteria: { connected: 'The request reached Jev.', unavailable: 'The connection is unavailable.' } },
  },
});

Other projects in this category