fix: allow code-based evaluators in online eval configs#947
Conversation
Remove restrictions that blocked code-based evaluators from being used in online evaluation configs. The service now supports code-based evaluators for online evaluation. Changes: - Remove code-based evaluator block in OnlineEvalConfigPrimitive - Remove code-based evaluator validation in schema superRefine - Remove code-based evaluator filter in TUI evaluator picker
Package TarballHow to installnpm install https://github.com/aws/agentcore-cli/releases/download/pr-947-tarball/aws-agentcore-0.10.0.tgz |
|
Release coordination concern: the companion CDK PR (aws/agentcore-l3-cdk-constructs#162) is still open and the Lambda-permission fix hasn't been published to npm yet. Rendered CDK projects depend on
A couple of options to mitigate:
Either way, the version pin on |
Coverage Report
|
|
Hey @jesseturner21, we are performing a coordinated release (CDK first, then CLI) since this PR is part of a launch. |
Summary
Changes
createOnlineEvalConfig()superRefineTest plan
agentcore add online-evalwith a code-based evaluator succeeds (CLI and TUI)agentcore deploywith code-based evaluator in online eval config succeeds