Merged
Conversation
Filter evaluator overview metrics by output namespaces so annotation infra metrics (duration, cost, tokens, errors) are not displayed as evaluator metrics.
When root execution fails or is cancelled, propagate the state to all connected downstream evaluator sessions to prevent them from staying in "running" state indefinitely.
- Add TTLLRUCache.pop() method that removes and returns the cached value - Refactor get/set/invalidate secrets cache into dedicated helper functions - Invalidate secrets cache when a 400 response containing 'No API key found for model' is detected (FastAPI middleware) - Invalidate secrets cache when _has_invalid_secrets_error detects an invalid-secrets status type or message (workflow service middleware) - Add _has_invalid_secrets_error() helper for structured response inspection - Add unit tests covering pop, cache roundtrip, and error detection
…g-when-llm-output-fails
…n-for-api-key-failures
When root execution fails in chat mode, cascade the failure state to all connected downstream evaluator sessions to prevent them from remaining in "running" state indefinitely.
…ll-chain mode When targetNodeId is set (targeted execution), downstream evaluators are never started, so they should not be failed or cancelled. Guard the cascade logic with !params.targetNodeId to match the startRunAtom behavior.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
[fix] Resolve `turnstile` loopholes
Contributor
Author
Railway Preview Environment
Updated at 2026-03-12T15:57:15.771Z |
…ors-keep-loading-when-llm-output-fails [Frontend/Fix] Cascade failure and cancellation states to downstream evaluators
…-metrics fix(eval overview): hide non-output metrics for evaluator steps
…ation-for-api-key-failures fix(sdk): invalidate cached secrets after invalid-secrets responses
bekossy
approved these changes
Mar 12, 2026
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.
New version v0.94.2 in