judgeval is the open-source post-building layer for Agent Behavior Monitoring. It provides tools for evaluating, tracing, and monitoring AI agent behavior. The current version is 1.0.5, requiring Python >=3.10. Release cadence is active with frequent patches.
pip install judgevalNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the client and run a simple judgment with a scorer.
Update to: client = JudgmentClient(api_key='your_key')
@judgment(scorers=['hallucination']) instead of @judgment('hallucination')Upgrade your Python environment to 3.10 or later.
No dependency data recorded yet.