Awesome Jev / SDK & Decision Frameworks

SDK & Decision Frameworks

Official & community SDKs, decision primitives, and Agent execution frameworks.

Back to All Projects59 reviewed repositories
jev repository icon by dannote

dannote

jev

13
SDK & Decision FrameworksMITTypeScript

Integrates Jev as an asynchronous Elixir/OTP process whose replies are handled with GenServer pattern matching.

What Jev does here

Sends state and typed questions to TypeSafe, then delivers answers as messages.

Fits decision calls into existing message-handling and supervision patterns.

#multilanguage-sdk#typed-decisions
2 evidence links
Inspect details
zod-jev repository icon by jomatsu

jomatsu

zod-jev

7
SDK & Decision FrameworksMITTypeScript

Adds semantic rules to Zod validation, such as checking whether text matches a description or contains personal information.

What Jev does here

Combines semantic conditions from one parse into Jev Noul questions and maps probabilities to validation results.

Uses Zod’s error structure to attach semantic validation issues to fields.

#multilanguage-sdk#security-guardrails#typed-decisions
2 evidence links
Inspect details
daf-jev repository icon by docxology

docxology

daf-jev

3
SDK & Decision FrameworksMITPython

A Python toolkit for Jev requests, batch evaluation, calibration and MCP access.

What Jev does here

Builds Noul, Choice and Score questions, then combines returned probabilities through local functions.

Reuses request, failure-recording and evaluation interfaces across experiments.

#multilanguage-sdk#evaluation-benchmarks#mcp-integrations
2 evidence links
Inspect details
1
SDK & Decision FrameworksMITTypeScript

TypeScript patterns for thresholds, fallbacks, human review and evaluation on top of the TypeSafe SDK.

What Jev does here

Jev returns judgments; application policies choose automatic handling, fallback or human review.

Separates model calls, execution policy and evaluation.

#multilanguage-sdk#security-guardrails#evaluation-benchmarks
13 evidence links
Inspect details
jevclient repository icon by AboveColin

AboveColin

jevclient

1
SDK & Decision FrameworksMITPython

An asynchronous Python Jev client that batches typed questions in one request.

What Jev does here

Calls TypeSafe through aiohttp and parses choices, scores and probabilities into objects.

Fits existing async applications without parsing generated prose.

#multilanguage-sdk#typed-decisions
3 evidence links
Inspect details
jev-go repository icon by Stumble

Stumble

jev-go

2
SDK & Decision FrameworksMITTypeScript

A community Go SDK and CLI supporting TypeSafe directly and Vercel AI Gateway.

What Jev does here

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

Packages requests and response parsing for typed decisions in applications.

#multilanguage-sdk#cli-git-gates
2 evidence links
Inspect details
1
SDK & Decision FrameworksMITTypeScript

A community Go client with a standard-library core and optional Langfuse tracing.

What Jev does here

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

Packages requests and response parsing for typed decisions in applications.

#multilanguage-sdk#evaluation-benchmarks#typed-decisions
3 evidence links
Inspect details
jev-go repository icon by guillemus

guillemus

jev-go

1
SDK & Decision FrameworksMITTypeScript

A small unofficial Go SDK for Jev calls and model listing.

What Jev does here

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

Packages requests and response parsing for typed decisions in applications.

#multilanguage-sdk#typed-decisions
3 evidence links
Inspect details
jevex repository icon by jvsteiner

jvsteiner

jevex

3
SDK & Decision FrameworksMITPython

An Agent experiment where Jev directs a tool loop, a chat model fills arguments and prose, and MCP tools execute.

What Jev does here

Jev selects the next action and approves the concrete call; tool results feed the next state.

Separates decisions, content generation and execution, with author-run comparisons.

#mcp-integrations#typed-decisions
3 evidence links
Inspect details
ai repository icon by vercel

vercel

ai

26,835
SDK & Decision FrameworksApache-2.0TypeScript

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

What Jev does here

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.

#multilanguage-sdk#typed-decisions
51583 evidence links
Inspect details
eliza repository icon by elizaOS

elizaOS

eliza

19,361
SDK & Decision FrameworksMITTypeScript

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

What Jev does here

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.

#multilanguage-sdk#typed-decisions
57453 evidence links
Inspect details
composio repository icon by ComposioHQ

ComposioHQ

composio

30,238
SDK & Decision FrameworksMITTypeScript

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

What Jev does here

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

Adds structured judgments to existing tool interfaces.

#multilanguage-sdk#llm-routing-cost#typed-decisions
48062 evidence links
Inspect details
langchainjs repository icon by langchain-ai

langchain-ai

langchainjs

18,210
SDK & Decision FrameworksMITTypeScript

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

What Jev does here

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.

#multilanguage-sdk#classification-ranking
33774 evidence links
Inspect details
pi-fabric repository icon by monotykamary

monotykamary

pi-fabric

236
SDK & Decision FrameworksMITTypeScript

Pi’s programmable runtime includes an optional Jev loop for observing state, making decisions and running bounded actions.

What Jev does here

Programmed questions feed Jev judgments into local action logic under runtime budgets.

Keeps observation, judgment and execution steps in a reusable program.

#coding-agents#mcp-integrations#typed-decisions
242 evidence links
Inspect details
327
SDK & Decision FrameworksMITPHP

A TypeSafe Decision driver within Instructor PHP’s Polyglot module.

What Jev does here

Converts application state and typed questions into Jev requests and maps responses to PHP decision objects.

Lets PHP applications use Jev through a shared Decision interface.

#multilanguage-sdk#typed-decisions
274 evidence links
Inspect details
req_llm repository icon by agentjido

agentjido

req_llm

577
SDK & Decision FrameworksApache-2.0Elixir

A TypeSafe provider for calling Jev through ReqLLM’s evaluate interface in Elixir.

What Jev does here

Sends state and questions, normalizes answers and retains the raw provider response.

Keeps decision evaluation separate from chat generation in Elixir applications.

#multilanguage-sdk#typed-decisions
1973 evidence links
Inspect details
effect-agent repository icon by danieljvdm

danieljvdm

effect-agent

119
SDK & Decision FrameworksMITTypeScript

An Effect Agent TypeSafe decision provider for typed question sets and optional model selection.

What Jev does here

Jev answers probability, choice and score questions for application transitions or model selection.

Integrates decisions into Effect dependencies and errors; applications configure retries and deadlines.

#multilanguage-sdk#typed-decisions
64 evidence links
Inspect details
advocaat repository icon by pithings

pithings

advocaat

75
SDK & Decision FrameworksMITTypeScript

A small TypeScript client for asking Jev multiple typed questions about the same data.

What Jev does here

Combines yes/no, Choice and Score questions and maps responses to typed values.

Reuses one interface for probabilities, choices and scores.

#multilanguage-sdk#typed-decisions
12 evidence links
Inspect details
ai repository icon by hackclub

hackclub

ai

133
SDK & Decision FrameworksMITTypeScript

A Jev forwarding endpoint in the Hack Club AI proxy, using its authentication, limits and usage logging.

What Jev does here

Forwards authorized structured requests to TypeSafe and returns answers with usage accounting.

Adds a decision API to the existing proxy rather than an MCP tool server.

#multilanguage-sdk#typed-decisions
553 evidence links
Inspect details
248
SDK & Decision FrameworksMITScala

A dedicated TypeSafe module in a Scala client that supports multiple AI providers.

What Jev does here

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

Lets Scala applications reuse provider transport and error-handling conventions.

#multilanguage-sdk#typed-decisions
392 evidence links
Inspect details
openjev repository icon by razorback16

razorback16

openjev

50
SDK & Decision FrameworksApache-2.0Python

An independent System One decision server compatible with Jev’s API, running an open DiffusionGemma model.

What Jev does here

Accepts Jev-style state and Noul, Choice, and Score questions, producing probabilities with a local model.

Lets existing TypeSafe SDKs connect to a self-hosted compatible service.

#multilanguage-sdk#typed-decisions
62 evidence links
Inspect details
rig-typesafeai repository icon by 0xPlaygrounds

0xPlaygrounds

rig-typesafeai

8,669
SDK & Decision FrameworksMITRust

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

What Jev does here

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.

#multilanguage-sdk#typed-decisions
9713 evidence links
Inspect details
SDK & Decision FrameworksMITRuby

A Ruby decision-model client for Jev through TypeSafe’s native API or OpenRouter.

What Jev does here

A shared Client sends state and typed questions and parses choices, probabilities, scores and usage.

Uses only the Ruby standard library and supports provider selection behind one interface.

#multilanguage-sdk#typed-decisions
24 evidence links
Inspect details
SpecPi repository icon by TannerMidd

TannerMidd

SpecPi

4
SDK & Decision FrameworksMITJavaScript

A Pi configuration and extension bundle with an optional Jev advisor for capabilities and workflow checks.

What Jev does here

Jev evaluates candidate capabilities, outputs and task state; per-feature switches control applying or recording advice.

Advisor failures return to the original path rather than guaranteeing better parameters or lower costs.

#coding-agents#mcp-integrations#typed-decisions
4 evidence links
Inspect details
runline repository icon by Michaelliv

Michaelliv

runline

162
SDK & Decision FrameworksMITTypeScript

A TypeSafe plugin exposing Jev decisions as callable actions in Runline Agent JavaScript.

What Jev does here

evaluate, choice, score and noul actions submit questions and retain answers and usage.

Composes decisions with Runline plugins; it does not automatically inspect every shell command for safety.

#multilanguage-sdk#mcp-integrations#typed-decisions
133 evidence links
Inspect details
super-jev repository icon by Kevthetech143

Kevthetech143

super-jev

5
SDK & Decision FrameworksMITPython

A TypeScript decision-to-action harness connecting evidence, Jev judgments, permitted actions, and outcome records.

What Jev does here

Submits typed questions, validates answers, and lets domain rules choose registered tools with permission and argument checks.

Keeps local traces of judgments, tool calls, and outcomes.

#multilanguage-sdk#typed-decisions
12 evidence links
Inspect details
qualm repository icon by qddegtya

qddegtya

qualm

1
SDK & Decision FrameworksMITTypeScript

A TypeScript wrapper for Jev decisions with an explicit unsure branch.

What Jev does here

Preserves probabilities and option types and routes uncertainty to a caller-supplied fallback.

Uses types to require uncertainty handling without guaranteeing model correctness.

#multilanguage-sdk#typed-decisions
4 evidence links
Inspect details
typesafe-rs repository icon by AbdelStark

AbdelStark

typesafe-rs

0
SDK & Decision FrameworksMITRust

A community Rust Jev client with async requests, an optional blocking interface and local mock testing.

What Jev does here

Sends state and named questions to TypeSafe and parses choice, score and noul answers.

Provides client configuration, retries and error types for async or blocking Rust applications.

#multilanguage-sdk#typed-decisions
4 evidence links
Inspect details
3
SDK & Decision FrameworksMITJava

A community Java TypeSafe client with a Spring Boot Starter for configuring Jev calls.

What Jev does here

Sends Java state and Noul, Choice, and Score questions to System One and parses typed results.

Reuses request, configuration, and error-handling code in Java and Spring Boot projects.

#multilanguage-sdk#typed-decisions
12 evidence links
Inspect details
typesafe-go repository icon by 2389-research

2389-research

typesafe-go

2
SDK & Decision FrameworksMITGo

A TypeSafe System One client that uses only the Go standard library to send Jev questions and read structured answers.

What Jev does here

Builds requests from state and Noul, Choice or Score questions, then validates and parses responses.

Reuses transport, typed mappings and error handling in Go applications.

#multilanguage-sdk#typed-decisions
2 evidence links
Inspect details
typesafe-go repository icon by cole-gillespie

cole-gillespie

typesafe-go

2
SDK & Decision FrameworksMITGo

An unofficial Go SDK with typed answers, retries and context cancellation.

What Jev does here

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

Packages requests and response parsing for typed decisions in applications.

#multilanguage-sdk#typed-decisions
2 evidence links
Inspect details
0
SDK & Decision FrameworksMITSwift

An experimental Swift SDK for TypeSafe using Swift Package Manager, Swift concurrency, and URLSession.

What Jev does here

Sends state and typed questions to System One and receives structured answers through async/await.

Lets Swift applications reuse Jev request and response handling.

#multilanguage-sdk#typed-decisions
2 evidence links
Inspect details
typesafe-sdk-rust repository icon by codeitlikemiley

codeitlikemiley

typesafe-sdk-rust

2
SDK & Decision FrameworksMITRust

A Rust client for TypeSafe with asynchronous and optional blocking calls plus typed question and answer wrappers.

What Jev does here

Builds Jev requests and handles authentication, transport and structured response parsing.

Reuses API models and transport logic in Rust applications.

#multilanguage-sdk#typed-decisions
2 evidence links
Inspect details
typesafe-sdk-php repository icon by Butochnikov

Butochnikov

typesafe-sdk-php

1
SDK & Decision FrameworksMITPHP

A community TypeSafe SDK for PHP 8.2+, with synchronous calls and Guzzle-based async requests.

What Jev does here

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

Packages requests and response parsing for typed decisions in applications.

#multilanguage-sdk#typed-decisions
4 evidence links
Inspect details
typesafe-sdk-js repository icon by typesafe-ai

typesafe-ai

typesafe-sdk-js

139
SDK & Decision FrameworksMITTypeScript

The JavaScript and TypeScript SDK published by TypeSafe, with typed Jev requests and answers.

What Jev does here

systemOne submits state and named questions and infers answer types from the questions.

Includes ESM, CommonJS and TypeScript declarations for application integration.

#multilanguage-sdk#typed-decisions
103 evidence links
Inspect details
goodall repository icon by bensyverson

bensyverson

goodall

0
SDK & Decision FrameworksMITGo

An optional TypeSafe package in a Go Agent library, using Jev as a tool or routing judge alongside chat models.

What Jev does here

Submits typed questions through a separate client for tools, turn routing and a mail-triage example.

Keeps typed judgments separate from the generative Agent loop.

#multilanguage-sdk#llm-routing-cost
2 evidence links
Inspect details
jev-go repository icon by Gaurav-Gosain

Gaurav-Gosain

jev-go

2
SDK & Decision FrameworksMITGo

A Go TypeSafe System One client with typed questions, answers and batching helpers.

What Jev does here

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

Packages requests and response parsing for typed decisions in applications.

#multilanguage-sdk#typed-decisions
2 evidence links
Inspect details
SDK & Decision FrameworksMITSwift

A community Swift TypeSafe client with typed questions, dynamic questions and response parsing.

What Jev does here

Sends Jev questions through systemOne and exposes answers as Swift types or dynamic maps.

Supports integration on its documented platforms; Swift and OS requirements are version-specific.

#multilanguage-sdk#typed-decisions
2 evidence links
Inspect details
typesafe_sdk repository icon by nshkrdotcom

nshkrdotcom

typesafe_sdk

2
SDK & Decision FrameworksMITElixir

An Elixir TypeSafe SDK that brings Jev’s typed questions and probabilistic answers into Elixir applications.

What Jev does here

Builds state and Noul, Choice, and Score requests and parses System One responses.

Reuses Elixir data structures and client wrappers for decision APIs.

#multilanguage-sdk#typed-decisions
2 evidence links
Inspect details
typesafe-ai repository icon by Twister915

Twister915

typesafe-ai

8
SDK & Decision FrameworksApache-2.0Rust

A Rust TypeSafe client with asynchronous reqwest or blocking ureq backends and observable retries.

What Jev does here

Sends multiple Jev questions over shared state and parses typed answers, probabilities and usage.

Offers synchronous or asynchronous integration with inspectable errors.

#multilanguage-sdk#typed-decisions
23 evidence links
Inspect details
SDK & Decision FrameworksMITRust

An independently maintained Rust SDK with async and blocking clients, retries and response metadata.

What Jev does here

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

Packages requests and response parsing for typed decisions in applications.

#multilanguage-sdk#typed-decisions
3 evidence links
Inspect details
SDK & Decision FrameworksMITRuby

A community Ruby client for TypeSafe System One, defaulting to jev-latest.

What Jev does here

Builds Choice, Score and Noul questions and exposes parsed answers by type.

Lets Ruby programs read choices, scores and probabilities directly.

#multilanguage-sdk#typed-decisions
34 evidence links
Inspect details
SDK & Decision FrameworksMITGo

A Go TypeSafe SDK for defining typed questions and reading Jev choices, scores, and probabilities.

What Jev does here

Validates requests, calls System One, and decodes typed answers.

Packages authentication, requests, and error handling in a reusable Go client.

#multilanguage-sdk#typed-decisions
2 evidence links
Inspect details
jev-dsl repository icon by inanna-malick

inanna-malick

jev-dsl

6
SDK & Decision FrameworksMITHaskell

An early Haskell DSL that describes labeled Jev questions, renders requests and decodes matching answers.

What Jev does here

Uses inferred types and labeled handlers to connect Choice answers to predefined program branches.

Keeps questions, result types and branch handling in one inspectable definition.

#multilanguage-sdk#typed-decisions
2 evidence links
Inspect details
typesafe-go repository icon by zhirschtritt

zhirschtritt

typesafe-go

1
SDK & Decision FrameworksMITGo

An unofficial Go client without third-party dependencies for System One calls and model discovery.

What Jev does here

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

Packages requests and response parsing for typed decisions in applications.

#multilanguage-sdk#typed-decisions
2 evidence links
Inspect details
101
SDK & Decision FrameworksMITPython

Official TypeSafe Python SDK with synchronous and asynchronous clients for Jev System One, plus question and answer types.

What Jev does here

system_one sends context and choice, score or yes/no questions to the API, then parses answers by question name.

Reuses request handling, typed answers and connection management in Python, with support for with and async with.

#multilanguage-sdk#typed-decisions
116 evidence links
Inspect details
SDK & Decision FrameworksMITC#

Community .NET SDK for TypeSafe AI and Jev, providing asynchronous typed evaluation for Choice, Score, and Noul primitives.

What Jev does here

Wraps System One API endpoints in TypeSafeClient to issue parallel question evaluations and parse responses into immutable C# records.

Brings native Jev decision primitives to the .NET ecosystem with dependency injection integration and configurable retry policies.

#multilanguage-sdk#typed-decisions
2 evidence links
Inspect details
3
SDK & Decision FrameworksApache-2.0Scala

A Scala 3 / ZIO client that asks typed Noul, Choice, and Score questions in one round-trip and returns a NamedTuple of answers.

What Jev does here

Encodes state and typed questions as a System One request and decodes Probability, Choice distributions, and Score values.

Keeps Jev questions and answers as compile-time field names in ZIO, without raw JSON key lookups.

#multilanguage-sdk#typed-decisions
2 evidence links
Inspect details
SDK & Decision FrameworksMITRuby

Ruby on Rails integration gem for TypeSafe AI and Jev, providing model-level classification and decision policy patterns.

What Jev does here

Dispatches state and criteria from ActiveRecord models or services to Jev System One endpoints, logging structured outcomes.

Simplifies adding Jev discrete judgments to Rails web apps with standard Railtie configuration and policy wrappers.

#multilanguage-sdk#domain-workflows#typed-decisions
2 evidence links
Inspect details
simple-jev repository icon by featherless-ai

featherless-ai

simple-jev

168
SDK & Decision FrameworksMITPython

Adapter turning open LLM endpoints into Jev-compatible classification services without training a separate classifier head.

What Jev does here

Extracts log-probabilities of candidate tokens from model vocabulary logits, formatting them into standard Jev responses.

Enables rapid prototyping of Jev-like decision workflows against standard inference servers such as vLLM or Hugging Face.

#multilanguage-sdk#typed-decisions
153 evidence links
Inspect details
questions repository icon by nitoba

nitoba

questions

4
SDK & Decision FrameworksMITTypeScript

A TypeScript decision library that asks typed questions via Zod or native batches, defaulting to TypeSafe Jev, with optional Vercel or generative adapters.

What Jev does here

Posts state plus Choice, Score, or Noul questions to `/v1/systemone`, defaulting to jev-latest.

The same question definitions can target TypeSafe, Vercel, or a generative backend without rewriting callers.

#multilanguage-sdk#typed-decisions
14 evidence links
Inspect details
SDK & Decision FrameworksMITRuby

A stdlib-only Ruby client that sends Choice, Score, or Noul questions to TypeSafe System One.

What Jev does here

system_one POSTs to /v1/systemone, defaulting to https://api.typesafe.ai and jev-latest.

Gives Ruby programs a stdlib path to ask Jev without wrapping a generative SDK.

#multilanguage-sdk#typed-decisions
5 evidence links
Inspect details
TypeSafeSDK repository icon by DotNetVibeCoderz

DotNetVibeCoderz

TypeSafeSDK

0
SDK & Decision FrameworksMITC#

An unofficial .NET client that POSTs state and typed questions to TypeSafe /v1/systemone. The parent repo also contains unrelated SDK dumps.

What Jev does here

TypeSafeClient.SystemOneAsync POSTs {Endpoint}/v1/systemone, defaulting to https://api.typesafe.ai and jev-latest.

Gives .NET an HTTP path to ask Jev. Other SDKs in the parent dump are not Jev integrations. Distinct from cataloged saibimajdi/typesafeai-dotnet-sdk.

#multilanguage-sdk#typed-decisions
4 evidence links
Inspect details
1
SDK & Decision FrameworksMITTypeScript

See what Jev thinks about your SaaS website — powered by ReplyNodes web context and Vercel AI Gateway.

What Jev does here

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.

#multilanguage-sdk#typed-decisions
3 evidence links
Inspect details
jev_dart repository icon by Solido

Solido

jev_dart

1
SDK & Decision FrameworksMITTypeScript

Jev Dart SDK to build cli, server and Flutter apps.

What Jev does here

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.

#multilanguage-sdk#typed-decisions
3 evidence links
Inspect details
minojev repository icon by zeredy879

zeredy879

minojev

24
SDK & Decision FrameworksMITTypeScript

Decisions, not tokens: minojev reads calibrated, typed probability distributions straight from hidden states in one forward pass — zero output tokens, fully reproducible on a laptop CPU.

What Jev does here

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.

#multilanguage-sdk#typed-decisions#domain-workflows
110 evidence links
Inspect details
ask-jev-skill repository icon by shantanugoel

shantanugoel

ask-jev-skill

34
SDK & Decision FrameworksMITTypeScript

A skill for Hermes and other agents to query TypeSafe Jev for bounded option judgments and confidence escalations.

What Jev does here

Evaluates candidate intents for agent workflows; escalates uncertain choices to human review or higher-tier models.

Equips autonomous agents with deterministic narrow judgments, mitigating infinite-loop hallucinations.

#multilanguage-sdk#typed-decisions
12 evidence links
Inspect details
limpet repository icon by noplan-inc

noplan-inc

limpet

1
SDK & Decision FrameworksMITTypeScript

A Stop hook guardrail for coding agents: prevents premature completion by judging plain-language rules via Jev.

What Jev does here

Intercepts agent termination signals, using Jev to verify if context meets natural language acceptance criteria.

Prevents coding agents from cutting corners or faking completion, boosting autonomous task completion rates.

#multilanguage-sdk#coding-agents
2 evidence links
Inspect details
pi-typesafe-jev repository icon by legacybridge-tech

legacybridge-tech

pi-typesafe-jev

0
SDK & Decision FrameworksNOASSERTIONTypeScript

A Pi extension exposing TypeSafe judgments as five narrow tools, keeping threshold and action control in host code.

What Jev does here

Packages choice, score, and boolean judgments into five Pi tools for structured agent decisions.

Strictly decouples semantic evaluation from execution, keeping automated scripts safely constrained.

#multilanguage-sdk#typed-decisions
2 evidence links
Inspect details

Explore Other Architecture Categories

Explore Jev Decision Workflows