Open
Conversation
PClmnt
commented
Mar 30, 2026
Collaborator
Author
There was a problem hiding this comment.
This was just moved from another location to be in shared-core.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e86592388e
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
packages/builder/src/pages/builder/workspace/[application]/agent/[agentId]/evals.svelte
Show resolved
Hide resolved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds the ability to run evaluates of multiple types on your agent instructions.
You can use the following methods.
For each agent you have you can create a suite of evaluations, each containing multiple test cases. Each of this test cases can test for multiple conditions as mentioned above.
All suites are ran against the instructions present in the configuration tab at that moment in time.
It's currently gated against the
AI_EVALSfeature flag.Screenshots
Launchcontrol
Summary by cubic
Adds agent evaluations (Evals) so you can define test cases, run suites, and review results for agents. The feature is behind the
AI_EVALSflag and includes new UI, API, SDK, and logs support.New Features
AI_EVALSis enabled.frontend-coreclient: GET/PUT/api/agent/:agentId/evals, POST/api/agent/:agentId/evals/run, with validation andAI_EVALSgating (403 when disabled).Migration
AI_EVALSto use the feature.@budibase/shared-core(Duration,DurationType); update imports frombackend-coreto@budibase/shared-core.Written for commit 32ce9b2. Summary will update on new commits.