Skip to content

Use uv commands for Braintrust setup - #5149

Open
brianstrauch wants to merge 3 commits into
mainfrom
agent/use-uv-add-for-braintrust
Open

Use uv commands for Braintrust setup#5149
brianstrauch wants to merge 3 commits into
mainfrom
agent/use-uv-add-for-braintrust

Conversation

@brianstrauch

@brianstrauch brianstrauch commented Aug 19, 2026

Copy link
Copy Markdown
Member

What changed

  • Add the Braintrust integration dependency with uv add.
  • Run the Worker and Workflow starter scripts directly with uv run.

Why

The guide uses a uv-managed project, so dependency installation and command execution should use the project environment.

Impact

Python developers following the guide get a reproducible dependency declaration and run the example scripts with the environment managed by uv.

Validation

  • vale --config .vale-ci.ini docs/develop/python/integrations/braintrust.mdx (0 errors, 0 warnings)

Copilot AI balanced review requested due to automatic review settings August 19, 2026 22:08
@vercel

vercel Bot commented Aug 19, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
temporal-documentation Ready Ready Preview Aug 19, 2026 10:18pm

Request Review

@github-actions

Copy link
Copy Markdown
Contributor

📖 Docs PR preview links

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates Braintrust setup to declare the integration as a reproducible project dependency.

Changes:

  • Replaces uv pip install with uv add.

💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@brianstrauch brianstrauch changed the title Use uv add for Braintrust installation Use uv commands for Braintrust setup Aug 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants