Agent 工具

dsh-plugin-jev

@cyberofficial3JavaScript更新于 2026-09-19可当场跑

面向 agent 的 TypeSafe Jev(System One),用于 DSH Web GUI。模型本身。

英文原文

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

cyberofficial/dsh-plugin-jev

它在哪儿调用了 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

链接指向我们抓取当天的那个 commit,行号是准的。

它问 Jev 的问题

下面是从这个项目源码里原样取出来的 question 组合。

取自 test/key.test.mjs:107

  1. is_urgent是/否

    Does this convey urgency?

用你自己的内容跑一遍

代码
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?' },
  },
});

同类的其他项目