Conversation
Introduce a basic Val Town integration with a tutorial setup. Add configuration, environment variables, and example files for the Braintrust SDK. Implement a sample evaluation task in code.ts, and enhance the README with instructions to guide users in setting up their Val. Include error handling in the update command for processing Val directories.
41ff1e1 to
b6ae236
Compare
edenh
approved these changes
Mar 10, 2025
Create a GitHub Actions workflow to automate the updating of the val integration whenever there are push events to the main branch or pull requests affecting the relevant paths. The workflow checks out the code, sets up the Deno environment, and runs the update command for the val integration. This improves the integration management and ensures it stays up to date.
Add support for deno.lock file in the pre-commit configuration to ensure that changes to the Deno lock file are properly handled during the commit process. This improves consistency and collaboration across environments using Deno.
Add a new section in the README to document integrations with popular AI development tools and platforms, including LangChain.js, LangChain Python, Val Town, and Vercel AI SDK. This enhances visibility and clarity for users looking to expand their use of Braintrust with these tools.
b6ae236 to
bf4d22c
Compare
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.
This pull request introduces the initial integration of Val Town, along with supporting tutorial files. Key features of this update include:
code.ts, showcasing practical application of the integration.In addition to the integration features, a continuous integration workflow has been set up via GitHub Actions. This workflow automates the updating process of the Val integration, incorporating the following functionalities:
The aim of this PR is to significantly improve the user experience by providing a structured and maintainable approach to integrating with Val Town.