shipwithjev

Catalog / Tools & apps

0050GitHub

jev-dsh-decision

A structured decision plugin for agent harnesses, built on Jev.

The plugin gives a harness one place to ask for a typed decision. DeepSeek Harness is supported natively, and OpenCode and Codex Harness through iPolloWork.

Devin-AXIS/jev-dsh-decisionREADME ↗
# Jev DSH 决策引擎

[](#安装到-ipollowork)
[](#安装到-deepseek-harness)
[](#支持与接入方式)
[](#支持与接入方式)

**为 Agent Harness 提供结构化决策能力。**

将 TypeSafe AI 的 Jev 决策能力接入你的 Agent:帮助选择工具、Skill 和任务负责人,评估产出质量,并以结构化结果返回判断与概率。Jev 负责辅助决策,原 Agent 继续负责规划和执行。

提供 **DeepSeek Harness 原生插件**和 **iPolloWork 导入插件**两个安装入口;在 iPolloWork 中可供 **OpenCode、DeepSeek Harness、Codex Harness** 使用。同一份决策核心,不修改引擎源码,不接管主 Agent。

<img src="assets/jev.png" width="64" alt="Jev / TypeSafe AI" />

**快速开始:**[安装到 DeepSeek Harness](#安装到-deepseek-harness) · [安装到 iPolloWork](#安装到-ipollowork)

## 支持与接入方式

| 使用环境 | 接入方式 | 安装入口 |
| --- | --- | --- |
| DeepSeek Harness(DSH) | 原生插件,独立运行,不依赖 iPolloWork | DSH 插件命令 |
| iPolloWork | 独立导入、授权、启停与卸载 | 扩展 → 导入插件包 |
| OpenCode | 通过 iPolloWork 的扩展接口使用 Jev | 在 iPolloWork 安装一次 |
| Codex Harness | 通过 iPolloWork 的扩展接口使用 Jev | 在 iPolloWork 安装一次 |

OpenCode 和 Codex Harness 当前支持的是 **iPolloWork 内的接入方式**,本仓库尚未提供它们各自的独立原生安装包。其他 Harness 可以基于共享决策核心开发适配器,不代表已经自动兼容。

## 核心能力

- 根据任务,在**当前真实可用且获准使用**的工具、Skill、Agent 之间推荐选择。
- 按明确标准评分、判断是否需要某项能力;独立问题可以一次批量评估。
- 返回选择、概率、置信度与用量;**不执行推荐动作,也不自动切换模型或路由所有请求**。
- 提供本地配置检查和真实连接测试。连接测试会产生少量 TypeSafe API 用量。

Jev 是 TypeSafe AI 的结构化决策模型,不是聊天模型。原 Agent 继续负责规划、解释、参数构造、工具执行和原生子 Agent 协作。Jev 不返回文字推理过程,Agent 的解释不能冒充 Jev 的原始输出。

## 安装到 DeepSeek Harness

适合直接使用 DSH 的用户。**无需安装或运行 iPolloWork。**

### 1. 安装插件

已安装 DSH 后,克隆本仓库,通过本地绝对路径安装:

```sh
git clone https://github.com/Devin-AXIS/jev-dsh-decision.git
dsh plugin add /absolute/path/jev-dsh-decision
```

把 `/absolute/path/jev-dsh-decision` 替换成克隆目录的实际绝对路径。插件使用原生 `dsh.bundle` 格式,无需构建源码。

如果已经拿到 `.tgz` 安装包,也可以直接安装:

```sh
dsh plugin add /absolute/path/dsh-jev-decision-model-0.1.2.tgz
```

### 2. 配置授权

在 DSH 的凭据管理或启动环境中配置自己的 **`TYPESAFE_API_KEY`**。不要把密钥写进插件源码或聊天记录。插件复用 DSH 的 `credentials`、`tools` 和 `skills` 服务;官方默认配置提供这些服务,自定义配置需要保留它们。

##

Also filed under Tools & apps

  1. 0573

    Support chat: agent offered a human escalation path

    A frustrated customer hits a bot loop twice; the judge checks whether a human handoff was offered.

    everyai-com · Tools & apps

  2. 0572

    Subscription cancel: effective date is explicit

    An agent cancels a subscription; the judge checks the exact date the cancellation takes effect.

    everyai-com · Tools & apps

  3. 0571

    Sales quote: numbers match the official price list

    An agent quotes $29/seat against a price list; the judge checks the quote matches exactly.

    everyai-com · Tools & apps

  4. 0570

    Refund chat: agent stated the amount before issuing it

    A support agent issues a $42.50 refund; the judge checks the exact amount was stated before the refund was confirmed.

    everyai-com · Tools & apps