An AWS Labs agent-eval sample uses the same model as judge and subject
This story is from 2026-08-31. It is preserved in the archive; the latest stories are on the live feed.
awslabs/Agent-EvalKit is a sample kit for evaluating AI agents. Its QA example defines the DeepEval judge in examples/qa_agent_evaluation/eval/metrics.py : class BedrockLLM ( DeepEvalBaseLLM ): """ Custom DeepEval LLM using LiteLLM to call Bedrock. """ def __init__ ( self , model : str = " bedrock/…
Read the full story at DEV Community — AI ↗
Timeline · 1 report
- 2026-08-31 19:59 · DEV Community — AI
An AWS Labs agent-eval sample uses the same model as judge and subject