Jev Agent
awesomejevRADAR
System-1 Radar Ready487 repos indexed

Every open-sourceJev project, in one place.

A source-verified directory of 487 Jev projects — browser agents, model routers, SDKs and MCP servers — each one showing the exact decision it hands to Jev. Curated by the Awesome Jev community, mirrored here under MIT.

Turn state into choices.

CHOICESCORENOUL
487Verified projects
17Architecture categories
20Topics
Updated09/22, 13:05
Popular projects
By current stars
Popular searches

Model Routing38

38 matching projects
Model RoutingNo license specified

LiteLLM can use Jev to classify requests for its complexity-based model router.

WHERE JEV FITS

Maps requests to configured complexity classes that drive backend routing.

Makes the complexity judgment behind routing inspectable.

59,36111,651

GitHub
Model RoutingMIT

Oh My Pi includes an optional TypeSafe judgment provider for bounded decisions in coding-agent workflows.

WHERE JEV FITS

Sends agent state and typed questions to Jev and parses structured answers.

Adds a replaceable judgment provider to existing agent workflows.

32,3803,442

GitHub
Model RoutingMIT

A community Claude Code Templates mod that uses Jev to suggest subagent models and reasoning levels.

WHERE JEV FITS

Evaluates task tier, reasoning needs and production risk; local policy maps results to invocation settings.

Makes routing rules and per-request choices explicit and configurable.

30,8973,522

GitHub
Model RoutingMIT

OpenChamber’s optional automatic model router uses Jev to classify a message before selecting a configured model and reasoning level.

WHERE JEV FITS

Jev selects a task category; local category mappings determine the model configuration.

Keeps routing categories and their model assignments explicit.

10,2371,127

GitHub
Model RoutingMIT

Firstmate can optionally use Jev to match task briefs to dispatch rules before local policy chooses an Agent configuration.

WHERE JEV FITS

Sends the task brief and candidate rules to Jev, then resolves execution profiles with confidence and local conditions.

Separates semantic matching from the final dispatch policy.

6,9292,119

GitHub
Model RoutingNo license specified

An optional Jev decision backend in the Atomic coding Agent for bounded structured choices such as routing.

WHERE JEV FITS

Sends predefined questions to Jev and decodes answers for callers; regular models still generate code.

Separates structured decisions from text-generation interfaces.

812113

GitHub
Model RoutingMIT

An optional Jev routing path that matches VexJoy requests to specialist Agents, skills and workflows.

WHERE JEV FITS

After deterministic routing guards, Jev judges the remaining candidates and required workflow components.

Keeps repeatable routing rules and model-selected candidates in separate stages.

42345

GitHub
Model RoutingMITSource summary

Jev-powered model routing, memory, compaction, skill selection, computer and browser use for Hermes agents (also Claude Code and Codex)

WHERE JEV FITS

Jev returns a structured decision for the local program; consult the source for the exact decision policy.

Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.

40136

GitHub
Model RoutingMIT

An optional Jev dispatch classifier for choosing among WrongStack specialist Agents.

WHERE JEV FITS

Jev evaluates the task against eligible specialists; local dispatch rules use the result.

Makes specialist selection a configurable step in an existing coding Agent.

33137

GitHub
Model RoutingMIT

A Claude Code and CLI proxy that asks Jev to score task complexity and pick a model from the account’s available set.

WHERE JEV FITS

Scores task, reasoning, and tool complexity, then chooses among the exact models the account can run; failures keep the current model.

Makes model choice an inspectable closed-set decision, and never blocks a prompt when Jev is down.

31631

GitHub
Model RoutingMIT

A self-hosted, versioned Agent skills library with optional Jev recommendations.

WHERE JEV FITS

Jev scores task relevance among skills the client is allowed to access.

Suggests relevant skills while retaining the library’s client access scope.

22320

GitHub
Model RoutingMIT

Uses Jev to classify each Codex turn, then applies local rules to choose the model, reasoning effort, and speed mode.

WHERE JEV FITS

Classifies task difficulty and reasoning needs before local policy selects a model configuration.

Keeps routing policy and decision logs local for inspection and tuning.

1835

GitHub
Model RoutingMIT

Routes among models, subagents, skills, MCP tools and CLIs using a shared candidate set.

WHERE JEV FITS

Jev makes a Choice; the router separately checks availability, permissions, risk and confirmation policy.

Records model choices separately from execution policy.

14511

GitHub
Model RoutingMITSource summary

Connect TypeSafe Jev to Grok Bot as a cheap decision layer - usage gates, skill template, examples

WHERE JEV FITS

Jev returns a structured decision for the local program; consult the source for the exact decision policy.

Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.

747

GitHub
Model RoutingMIT

An experimental semantic HTTP router for Hono using natural-language route descriptions.

WHERE JEV FITS

Jev scores request-to-description matches; code selects the first route above its threshold.

Explores semantic routing; the author explicitly warns against using it for authentication or authorization.

452

GitHub
Model RoutingMIT

Loki optionally adds Jev typed-judgment tools and routes a new session to a model within the selected gateway.

WHERE JEV FITS

Assesses the first task’s capability needs; local policy chooses a same-gateway model and keeps the route sticky.

Makes model routing explicit while retaining the selected route for the session.

266

GitHub
Model RoutingMIT

Automatic model router for Pi coding assistant: integrates Jev via Vercel AI Gateway to dispatch tasks efficiently.

WHERE JEV FITS

Quickly estimates task complexity from code context and user query, routing between SLMs and frontier models.

Brings out-of-the-box intelligent cost-saving routing directly into the Pi terminal workflow.

120

GitHub
Model RoutingMIT

An opt-in Hermes Agent plugin that asks Jev to suggest one relevant skill before a model call.

WHERE JEV FITS

Compares the request with the skill roster; inserts a suggestion only when suitable and abstains on failure.

Adds a targeted skill hint that the Agent can still ignore.

112

GitHub
Model RoutingApache-2.0Source summary

The agent loop where decisions don't cost a large language model call. Zero deps, runs offline, no API key needed.

WHERE JEV FITS

Jev returns a structured decision for the local program; consult the source for the exact decision policy.

Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.

113

GitHub
Model RoutingMITSource summary

Cost-aware LLM router that picks the cheapest model capable of handling a query, using TypeSafe's Jev for fast classification instead of an LLM call.

WHERE JEV FITS

Jev returns a structured decision for the local program; consult the source for the exact decision policy.

Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.

80

GitHub
Model RoutingMIT

An open-source LLM router built on LiteLLM and Jev: dynamically routes requests based on task complexity and context.

WHERE JEV FITS

Evaluates reasoning requirements of input prompts via single forward pass, delegating dispatch to LiteLLM.

Achieves high-throughput prompt triage and cost optimization without brittle heuristic regexes.

71

GitHub
Model RoutingMITSource summary

Calibrated tool selection and schema pruning for AI agents. Dual-engine: zero-dependency offline TurboQuant or TypeSafe System One (Jev). Prunes candidate MCP tools and schemas down to the relevant set before calling LLMs to eliminate hallucinations and save tokens.

WHERE JEV FITS

Jev makes atomic decisions on tool selection (`choice`) and whether user intent requires open-ended creative generation (`noul`), with calibrated probability distributions.

Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.

50

GitHub
Model RoutingMIT

An OpenCode orchestrator that keeps a cheap sticky parent model and, when Jev flags a hard turn, escalates through a child subagent.

WHERE JEV FITS

Scores task, reasoning, and tool complexity, then chooses fast / balanced / strong / long; local policy stays, escalates, or fans out.

Keeps a cheap sticky parent model and opens a stronger child only when Jev flags a hard turn.

30

GitHub
Model RoutingMIT

Policy-driven model routing framework routing every LLM call to the cheapest capable tier in ~180 ms via TypeSafe Jev.

WHERE JEV FITS

Uses declarative YAML policies evaluated by Jev discrete classification without requiring pre-collected training data.

Provides unified TypeScript and Python interfaces to minimize inference spend with minimal routing overhead.

31

GitHub
Showing 24 / 38

About Awesome Jev

A community-maintained directory and radar for Jev, highlighting open-source projects with verified code and clear decision architectures.

What is Jev?

Jev is TypeSafe's decision model. This directory groups projects by how they use choices, scores and probability judgements, with implementation links to help you assess fit for your own task.

TypeSafe ↗

What gets listed?

We prioritize open-source projects with clear Jev implementation evidence. Repositories without verifiable source code are excluded from the main directory.

Directory data and design from Awesome Jev by logicrw, used under the MIT License.