Open
Conversation
Braintrust eval report |
Braintrust eval report |
Braintrust eval report |
Braintrust eval reportMy Evaluation (bt-cli-1773705985) |
Braintrust eval report |
- Add bt --version, PYTHONUNBUFFERED=1, and python3 version check to help diagnose Python eval failures in CI - Update test-eval-py to require braintrust>=0.8.0 (was 0.0.160) so bt's canary eval-runner.py can import braintrust.parameters - Regenerate uv.lock with braintrust 0.8.0 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
uv sync creates .venv but doesn't activate it, so bt's find_python_binary() falls back to system python3 which has no braintrust installed. Export VIRTUAL_ENV and add venv/bin to PATH so bt picks up the right Python. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Update README and set bt version to latest stable Update README with clearer documentation including new input names, deprecation notices, and separate examples for Node.js and Python workflows. Also set the default bt version to latest stable instead of a canary build, and configure the uv workflow to properly set up the Python virtual environment.
Wait for both stdout and stderr `end` events before settling the promise, preventing loss of buffered data when `close` fires early. Include non-JSON stdout lines in error details alongside stderr.
Add support for `uv` package manager's virtual environment and allow PR comment functionality to work locally with `act` by gracefully degrading when GitHub API is unavailable.
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.
No description provided.