Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

YeIIcw
Copy link
Contributor

@YeIIcw YeIIcw commented Sep 21, 2025

This PR updates the hud_eval_examples.py script to make running HUD evaluations simpler and more robust:

Path-agnostic .env discovery: replaced hardcoded .env path with find_dotenv, allowing the script to automatically locate the nearest .env in the repo hierarchy.

Environment validation: script now raises a clear error if HUD_API_KEY is missing instead of failing silently.

Minimal HUD eval flow: removed Docker/local setup references—script focuses only on running HUD evaluations with run_full_dataset.

Improved UX: users can place .env at the repo root (or export vars in their shell) and run the example from any directory without manual copying.

This change reduces setup friction and ensures consistent results across different environments.

YeIIcw and others added 3 commits September 20, 2025 20:58
Created .py file for running hud eval
added documentation
@jamesmurdza jamesmurdza merged commit ee90efb into trycua:main Sep 21, 2025
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