---
title: "jev-dispatch"
description: "Route agent tasks to the right harness, model, and effort level using a TypeSafe Jev judgment battery and a pure-code dispatch policy (MCP server + skill)."
canonical: https://agentpluginsdirectory.com/plugins/jev-dispatch
last-updated: 2026-09-26
---

# jev-dispatch
Route agent tasks to the right harness, model, and effort level using a TypeSafe Jev judgment battery and a pure-code dispatch policy (MCP server + skill).
- Slug: jev-dispatch
- Publisher: AgentRelay Maintainers
- Repository: https://github.com/trisjr/agent-relay
- Manifest: plugins/jev-dispatch/plugin.json
- Version: 0.3.1
- Category (editorial): other
- Skills: 1 (dispatch-routing)
- MCP servers: 1 (jev-dispatch)
- Stars: 0
- Repository created: 2026-09-25
- Repository last pushed: 2026-09-26
- Publisher type: User
- Listing: https://agentpluginsdirectory.com/plugins/jev-dispatch
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What jev-dispatch does, in the publisher's words

Plugin route task tới đúng harness / model / effort khi điều phối agent (Orca, swarm, DAG…). Mỗi task được chấm qua một battery phán đoán TypeSafe Jev, rồi một policy thuần trong code quyết định: Jev chỉ chấm, code mới route.

Plugin có hai lớp:

- MCP server mcp/server.py: expose tool ask(battery, task, context). Chỉ có một battery là task_dispatch, gồm 5 câu hỏi trong một request: complexity (Score, 0..4), risk (Score, 0..2), needs_web, needs_long_context, needs_planning (Noul). needs_planning vẫn được chấm và trả về, nhưng policy chưa dùng.
- Skill dispatch-routing: hướng dẫn flow gọi ask trước khi dispatch, cách đọc response, và cách vận hành (shadow mode, golden dataset, pin model). Cursor dùng rule.cursor/rules/jev-dispatch.mdc với cùng các quy tắc.

Server chạy bằng uv run --script /mcp/server.py. Dependency khai báo trong block PEP 723 ở đầu server.py (mcp[cli]>=2.2, =0.7.1, = 3.10), uv tự cài vào env riêng của nó.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/trisjr/agent-relay/HEAD/plugins/jev-dispatch/README.md

## Skills

- dispatch-routing: Route a task to the right agent harness, model, and effort level by scoring it with a TypeSafe Jev judgment battery and applying a pure-code policy. Use when coordinating or dispatching agent workers (e.g. Orca orchestration) and choosing which harness/model/effort a task should get.

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.

## MCP servers

- jev-dispatch: transport: stdio; command: uv run --script ${PLUGIN_ROOT}/mcp/server.py

Read from the plugin's own mcp.json. Environment variable names only, never values.
