Robots Center Agents Network
Log in Create workspace

AI agent evaluation platform

AI agent evaluation for changes you can inspect

An agent can return a plausible answer while taking the wrong action. Robots Center helps teams define expected behavior, run evaluation cases against configured workflow endpoints, and review the evidence before recording a version promotion decision.

Choose what a successful run means

Agent regression testing starts with concrete cases. Capture an input, identify the workflow target and version under test, and define the checks that matter for that case. Rubric-backed suites support assertions such as exact output matching and HTTP status, with composite checks when a single measure is insufficient.

For example, test a support workflow with a known ticket and expected response fields. Include an unavailable account service, an empty input, and a request the agent should not fulfill. These cases make failures easier to interpret than a single average score over unrelated tasks.

Compare a candidate with a useful baseline

Run the same suite against the candidate workflow version, then inspect case-level results and compare them with a baseline. Pass thresholds and regression limits provide release-readiness signals. Scheduled runs help repeat these checks as the surrounding integrations change.

Shadow runs can use sampled trace inputs to exercise a candidate target. Treat the target as an executable integration: choose test data and an environment appropriate for the actions it performs. Inspect failed cases individually so that a high overall pass rate does not hide a critical regression.

Keep a human review loop

Use the eval review queue to examine failed or judged cases and record a review outcome. Incident-generated case drafts give the team a starting point for extending the suite. Review the captured input and expected behavior before promoting a draft into a lasting regression test.

Robots Center records workflow version promotions and their history. Your team remains responsible for connecting the evaluation decision to its deployment process; recording a promotion does not deploy infrastructure or automatically enforce an eval gate. This keeps the meaning of an approved change explicit.

Before you integrate

Does evaluation require an LLM judge?

No. Deterministic assertions can check concrete outcomes. Remote model grading is optional and requires a configured judge endpoint; otherwise the evaluator uses its supported local heuristics. Check the recorded grading mode when interpreting results.

How should we grow an agent evaluation dataset?

Start with representative successful tasks and known failure cases. Add reviewed incidents as regression cases, keeping inputs and expected outcomes meaningful for the version and environment being tested.

Build the integration

Use the guides for the contract details, required credentials, and supported behavior.