Skip to main content

Jev examples

Runnable file: agentium-examples/models/jev-triage.ts. Guides: Jev as the model · Jev toolkit Jev does not write chat. It returns a label, a yes/no probability, or a score.

1. Jev is the agent (run({ questions }))

Same agent, different questions on the next ticket:

2. Several tickets


3. Branch in your code


4. Claude talks, Jev judges (toolkit)


5. Lock the questions in a pack


6. Refund gate


7. Zod schema instead of questions

Skip run({ questions }) if you want result.structured to parse. Per-run questions win and stay raw JSON.

8. Jev scores a chat agent (@agentium/eval)

The agent under test writes the reply. Jev only judges. Do not pass jev() to llmJudge. Guide: Jev as an eval judge. File: eval/jev-judge.ts.