github·Tools and apps
pi-jev
TypeSafe Jev as a decision layer for the Pi coding agent. A gate judges bash, write, and edit calls before they run, an output judge reads bash results, and jev_ask lets the model request the same kind of typed answer.
Sami Ansari
@y0usaf
TypeSafe Jev as a decision layer for the Pi coding agent: tool-call gate, output judge, and jev_ask.
Allow or hold a coding-agent tool call before it runs.
Jev sits between the incoming context and the next system action. Rather than generating lengthy, slow natural language that requires brittle regex parsing, Jev returns non-autoregressive, calibrated probabilities that downstream code can immediately execute.
01allowPrimary action
02holdConfidence score
03confidenceFallback route