Last updated

Agent Settings: Grader

Grader panel on the Grading setup sub-tab, showing the grading toggle in its helper banner, the Grading setup and Rubric sub-tabs, the What gets graded and Feedback shared with the person selectors, the grading instructions textarea, and a Save button
Grader panel on the Grading setup sub-tab, showing the grading toggle in its helper banner, the Grading setup and Rubric sub-tabs, the What gets graded and Feedback shared with the person selectors, the grading instructions textarea, and a Save button

Overview

The Grader panel is where you set up how an agent grades work against a rubric you define. The panel header reads "Grader" with the subtitle "Set up how your agent grades work against a rubric you define," and a helper banner explains: "Let your agent grade work. When this is on, the agent scores what people submit against the rubric you set up below and shares the result as feedback โ€” great for essays, projects, and practice exercises."

Grading has two halves, split across two sub-tabs. Grading setup decides what the agent grades and how much of the result it shares back. Rubric decides how it is scored: a table of criteria, each worth a number of points, with the overall score reported as points earned out of the total.

Grading only runs when all three pieces are in place โ€” the Grading tool is attached to the agent, a grading setup has been saved, and the rubric has at least one criterion. Until then the panel shows an amber warning naming what is still missing.

To reach this screen, open the Edit Agent modal, keep the Configurations tab group selected, and click Grader in the left sidebar. The panel is permission-gated: a user without access to the grading endpoints sees a "No access to grading settings" notice in place of the sub-tabs.

Target Audience

Administrator | Instructor | Agent Builder

Panel Reference

Grading toggle

The switch in the helper banner attaches or detaches the Grading tool on the agent โ€” it is the single activation control. While it is off, both sub-tabs are hidden and the panel shows a hint instead. Turning it off does not discard anything: the grading setup and the rubric are kept, so re-enabling grading restores the configuration you already built.

Grading setup / Rubric sub-tabs

Two sub-tabs organize the panel. Grading setup holds the three configuration fields; Rubric holds the criteria table. The rubric shows a hint to save the setup first until a grading configuration exists.

What gets graded

A dropdown with two options. A submission grades a piece of work the person hands in, like an essay or an answer. The conversation grades how the whole conversation went.

Feedback shared with the person

A dropdown controlling how much detail the person receives: Overall feedback only, Feedback per criterion, or Overall + per criterion. The overall score is always calculated โ€” this setting only governs how much of it is shared back.

Grading instructions

A required textarea holding the context the agent uses every time it grades. This is where calibration lives: the audience and grade level, how strictly to weigh mistakes, what earns full credit, and what to do when a score is borderline.

Save

Enabled once the grading instructions are non-empty and something on the form has changed. The first save creates the grading configuration; later saves update it.

Rubric table

Each row is one thing the agent looks for and how many points it is worth, with Name, Criteria, and Points columns and a per-row actions menu. A footer reports "Total possible points: N" and "Overall score = points earned รท N."

Rubric sub-tab showing a criteria table with Name, Criteria, and Points columns, an Add criterion button, and a footer with the total possible points and the overall-score formula
Rubric sub-tab showing a criteria table with Name, Criteria, and Points columns, an Add criterion button, and a footer with the total possible points and the overall-score formula

Criterion actions menu

The โ‹ฏ menu on each rubric row offers Edit and Delete.

Per-row actions menu on a rubric criterion, offering Edit and Delete
Per-row actions menu on a rubric criterion, offering Edit and Delete

Add / Edit criterion

A modal with three fields: Name (required โ€” a short label such as "Clarity"), Criteria (required โ€” what earns the points), and Points (a positive number).

Add criterion modal with Name, Criteria, and Points fields
Add criterion modal with Name, Criteria, and Points fields

Edit criterion modal pre-filled with an existing criterion's name, description, and points
Edit criterion modal pre-filled with an existing criterion's name, description, and points

Delete criterion

A confirmation modal shown before a criterion is removed. The last remaining criterion cannot be deleted while grading is set up โ€” add a replacement first, since a rubric with no criteria would leave grading misconfigured.

Delete criterion confirmation modal
Delete criterion confirmation modal

How to Use

Step 1: Turn grading on

Open the Edit Agent modal, keep Configurations selected, click Grader in the sidebar, and switch the toggle in the helper banner on. This attaches the Grading tool to the agent โ€” the same state you would see in the Tools panel โ€” and reveals the two sub-tabs.

Step 2: Choose what gets graded

On the Grading setup sub-tab, pick A submission if the agent should score work the person hands in, or The conversation if it should judge how the exchange went overall.

Step 3: Decide how much feedback to share

Set Feedback shared with the person. Start with Overall feedback only for a light touch, or Overall + per criterion when the person should see exactly where each point went.

Step 4: Write the grading instructions

Fill in the required Grading instructions. Be explicit about the audience, the calibration you want, and how to resolve borderline scores โ€” this text is sent with every grading run. Then Save to create the configuration.

Step 5: Build the rubric

Switch to the Rubric sub-tab and use Add criterion to add each thing the agent should look for, with a description of what earns the points and a point value. The footer keeps a running total, and the overall score is points earned divided by that total.

Step 6: Confirm nothing is missing

If the amber misconfiguration warning is still showing, grading is on but either the setup has not been saved or the rubric is empty. Grading runs only once the tool is attached, the setup is saved, and at least one criterion exists.

Behavior Notes

  • The toggle is a tool attachment. Turning grading on adds the Grading tool to the agent; turning it off removes it. If the Grading tool is not available in your organization's tool catalogue, enabling the toggle reports an error.
  • Your configuration survives a disable. Detaching the tool deliberately leaves the grading setup and rubric intact, so rubric work is never lost across a disable/re-enable cycle. Re-attaching the tool provisions the configuration record again.
  • An empty first run is normal. On a brand-new agent there is no grading configuration yet; the panel treats that as the first-run state, not an error, and the first save creates it.
  • Grading is scored out of the rubric total. The overall score is always points earned รท total possible points, regardless of the feedback setting.

Building Grading Into Your Own App

The Grader panel is one of the agent-settings tabs published in the ibl.ai SDK, so the same screen can be mounted in a product you build yourself. Install the iblai/vibe skills and mount <AgentGraderTab> from @iblai/iblai-js/web-containers/next inside an AgentSettingsProvider; every label is overridable through a labels prop. The reusable skill for this workflow is iblai-vibe-agent-grader, and the SDK overview is at Vibe SDK.

Copyright ยฉ ibl.ai | support@iblai.zendesk.com