Browser & computer use

voice-browser

@serejaris1JavaScriptMITupdated 2026-09-17runnable

Voice and text browser control with Jev, Chrome MV3 and a local AI Gateway bridge

serejaris/voice-browser

Where it calls Jev

const response=await apiFetch(direct?'https://api.typesafe.ai/v1/systemone':base+'/api/decide',{method:'POST',headers:{'Content-Type':'application/json',...(dir

app.js:28

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 tests/gateway.test.mjs:5

  1. actionchoice

    Choose action

    • e1click Docs
    • noneDo nothing

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: {
    action: { type: 'choice', instructions: 'Choose action',
      criteria: { e1: 'click Docs', none: 'Do nothing' } },
  },
});

Other projects in this category