awesomejevRADAR
Star on GitHub
System-1 Radar Ready289 repos indexed

Let LLMs think.Let Jev choose.

See how Jev fits into Agent architectures, directly in community source code.

Turn state into choices.

Choice · Score · Noul
289Verified projects
17Architecture categories
20Topics
Updated09/19, 15:06
Popular projects
By current stars
Popular searches

Discover projects289

289 matching projects
SDK IntegrationsMIT

An optional Jev classifier integration for Python LangChain workflows.

WHERE JEV FITS

Submits binary, categorical and ordered-score questions and returns typed answers with probabilities.

Adds a classification step that can participate in existing LangChain pipelines.

146,63424,522

GitHub
Domain ToolsMIT

An educational AI hedge-fund prototype with an optional Jev adapter for structured judgments in fund decision workflows.

WHERE JEV FITS

Converts strategy questions to System One requests and normalizes native answers to the project’s result format.

Allows Jev or other model backends to be used in the same research workflow.

63,50511,137

GitHub
Model RoutingMIT

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,12311,569

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.

31,8503,363

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,7793,494

GitHub
SDK & Decision FrameworksMIT

An optional TypeSafe provider for Composio that uses Jev to choose among tools and bounded argument options.

WHERE JEV FITS

Turns tool or action conditions into structured questions and passes Jev answers to local invocation logic.

Adds structured judgments to existing tool interfaces.

30,2384,806

GitHub
SDK & Decision FrameworksApache-2.0

The TypeSafe provider in AI SDK lets TypeScript applications call Jev through the shared evaluate interface.

WHERE JEV FITS

Maps choice, score, and yes/no questions to TypeSafe System One requests and parses typed results.

Reuses a common evaluation interface within AI SDK applications.

26,8355,158

GitHub
Browser & OS ActionMIT

Cua’s preview jev-use example pairs Driver observation and execution with bounded Jev browser-action choices.

WHERE JEV FITS

Reads DOM or supported visual-region descriptions and returns a supplied candidate action ID.

Provides Python and TypeScript loops with separate offline and live checks.

23,6831,642

GitHub
SDK IntegrationsMIT

An optional TypeSafe provider and Jev model integration for Pydantic AI.

WHERE JEV FITS

Converts supported structured output fields into typed Jev questions and maps answers back to the output model.

Lets supported classification outputs use the existing Pydantic AI interface.

20,0352,736

GitHub
SDK & Decision FrameworksMIT

An optional TypeSafe HTTP adapter in Eliza’s source, not registered with the Agent runtime by default.

WHERE JEV FITS

Only an explicit systemOne call sends state and questions, returning validated typed answers.

Provides a reusable server-side module; its presence is not evidence of deployed Jev adoption.

19,3615,745

GitHub
SDK & Decision FrameworksMIT

An optional LangChain.js TypeSafeClassifier integration for sending state and predefined questions to Jev.

WHERE JEV FITS

Uses invoke to call TypeSafe and parse choice, noul, score and probability fields.

Adds typed decisions to LangChain workflows without treating Jev as a chat generator.

18,2103,377

GitHub
Creative ToolsApache-2.0

A Jev UI-composition experiment inside the json-render website that selects from predefined component and property options.

WHERE JEV FITS

Evaluates component configurations through Vercel AI Gateway, then composeSpec assembles the UI specification.

Provides an inspectable composition path alongside token-by-token JSON generation.

16,572889

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,0601,105

GitHub
SDK & Decision FrameworksMIT

An experimental TypeSafe crate in Rig for expressing Jev questions and answers with Rust types.

WHERE JEV FITS

Sends application state and questions to Jev and parses Choice, Score or Noul answers.

Reuses field layouts between questions and answers and validates answers against questions.

8,669971

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,5872,007

GitHub
Browser & OS ActionMIT

A browser Agent that uses Jev to choose actions and page controls, calling a text model only when input is needed.

WHERE JEV FITS

Chooses an action and its matching DOM element in one request; a text model generates input text.

Separates UI choices, text generation, and browser execution so each step can be inspected.

6,031384

GitHub
Security & GuardrailsApache-2.0

A Jev guardrail example in Agentgateway using a webhook to inspect model requests and responses.

WHERE JEV FITS

Jev scores jailbreaks, harmful content and secret disclosure; thresholds or evaluation errors reject requests.

Demonstrates gateway integration, not guaranteed prevention of all attacks.

4,926856

GitHub
Evaluation & ObservabilityMIT

Latitude includes an optional Jev preclassifier for conversation checks and their selection records.

WHERE JEV FITS

Judges which checks apply and can add checks when thresholds and rate limits permit.

Records models, thresholds, latency and selection reasons alongside the baseline.

4,655392

GitHub
Context GCMIT

Prunes old tool calls and outputs for Claude Code while retaining surviving text verbatim.

WHERE JEV FITS

Separately judges whether a tool call and its full output are still needed; code keeps, truncates or drops them.

Avoids rewriting paths, commands and errors into a new summary.

3,528185

GitHub
SDK IntegrationsApache-2.0

Ax provides a TypeSafe integration for boolean or finite-class signatures and native Jev answers.

WHERE JEV FITS

Maps supported signatures to Jev questions or sends native System One requests.

Reuses structured signatures and Jev probabilities within Ax workflows.

2,926195

GitHub
MCP & IntegrationsMIT

An optional Jev provider in Vellum Assistant sends conversation state and explicit questions to TypeSafe.

WHERE JEV FITS

Submits state and question bundles to System One and returns structured answers to the Assistant.

Adds choices, probabilities, and scoring to an existing assistant.

1,287186

GitHub
Browser & OS ActionApache-2.0

An optional Jev skill for agent-desktop that chooses controls and actions from native accessibility data.

WHERE JEV FITS

Jev selects a target and action and estimates presence and risk; local policy decides whether to execute.

Keeps the full UI tree out of the main Agent context while exposing the selected action.

1,27586

GitHub
Code NavigationApache-2.0

A Celesto PR-review example prepares sandbox checks and compares a general model with Jev on candidate findings.

WHERE JEV FITS

Judges whether a finding was introduced by the change, is supported and merits a fix.

Shows execution records and reviewer judgments together.

94375

GitHub
Domain ToolsMIT

A market-making experiment on Kuru’s MON-USDC book on Monad, with optional per-block Jev buy/sell decisions.

WHERE JEV FITS

In Jev mode, order-book judgments feed code that simulates fills or submits configured post-only limit orders.

Defaults to a mock model and dry-runs without a private key; simulated results do not establish profitability.

936177

GitHub
Showing 24 / 289

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.