← 回到项目库 Agent 工具
dsh-plugin-jev @cyberofficial ★ 3 JavaScript 更新于 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 yourlib/client.js:341
链接指向我们抓取当天的那个 commit,行号是准的。
它问 Jev 的问题 下面是从这个项目源码里原样取出来的 question 组合。
取自 test/key.test.mjs:107
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?' },
},
});同类的其他项目 JevRouter ▶ — 一个基于Jev的轻量级路由器,用于模型、工具和子agent的管理。 pi-jev ▶ — TypeSafe Jev 作为 Pi 编码 agent 的决策层,提供工具调用控制和带类型校准的 jev_ask 回答。 stanley-code ▶ — 基于有界TypeSafe Jev的编码agent工作流管理工具。 jev-sift ▶ — 一个便携式 agent 插件和 MCP 工具,用于批量文本分类,先分类再选择性阅读。 grok-bot-jev ▶ — 将 TypeSafe Jev 连接到 Grok Bot,作为廉价的决策层,支持使用门控、技能模板和示例。 Jevbridge ▶ — Jevbridge 是一个 ACP 和 MCP 适配器,连接 TypeSafe Jev 与 Codex、Claude、Grok、OpenCode 等任意 LLM,实现计算和类型化决策。 jev-mcp ▶ — MCP 服务器,将 TypeSafe Jev 集成到 Cursor、Codex 及任意 MCP 客户端的编码流程中。 pi-jev ▶ — 基于 TypeSafe Jev,为 Pi 编码 agent 提供语义工具路由和类型化的 System One 决策。