jevbooks

← All projects

jev-eval-agent

vinilana/jev-eval-agent

Compares LLM tool selection with Jev routing in a 100-tool agent.

What it is

A personal-assistant agent built with eve (Vercel), served through OpenRouter, containing 100 mocked tools. It benchmarks how many steps the agent needs when the LLM picks the tool itself versus when Jev picks it.

How it uses Jev

In jev-classifier mode, Jev is called before every model step with state { user_request, actions_taken[], assistant_said[] }. It answers next_tool (choice over 100 tools + respond_to_user) and done (noul). If respond_to_user is chosen but done is below JEV_DONE_THRESHOLD, the router blocks the reply and exposes the next-best tool.

Primitives:choicenoul

Technique worth stealing

Confidence-gated routing: a noul 'done' check gates the choice's respond_to_user, falling back to the next-best tool.

Try it

cp .env.example .env.local, fill keys, npm install, then npm run eval or AGENT_MODE=jev-classifier npm run eval.

View on GitHub

judged by Jevjev-1.13.0

Evidence

Each line is one question put to Jev about the README. ≥ 0.60 reads as yes, ≤ 0.40 as no; in between Jev is not making a call.

  • Jev-centricunclear0.55
  • Shows a System One patternunclear0.60
  • Handles uncertaintyno0.05
  • Measuredno0.06
  • Runnableno0.20
  • Worth recommendingunclear0.42
  • Model replicano0.04
  • Problem scopescore on a 0–2 scale1.17
  • About Jevyes0.98

Signals by Jev jev-1.13.0, card written by DeepSeek V4.1 Flash from the README on 20 Sept 2026.