Skip to content

Link to local UI#199

Merged
dphuang2 merged 15 commits intomainfrom
link-to-local-ui
Sep 20, 2025
Merged

Link to local UI#199
dphuang2 merged 15 commits intomainfrom
link-to-local-ui

Conversation

@dphuang2
Copy link
Copy Markdown
Collaborator

Running tests/chinook/pydantic/test_pydantic_chinook.py

Running pytest with args: ['-p', 'vscode_pytest', '-c', 'pytest.ini', '--rootdir=/Users/dylanhuang/Git/python-sdk', '/Users/dylanhuang/Git/python-sdk/tests/chinook/pydantic/test_pydantic_chinook.py::test_simple_query[accounts/fireworks/models/kimi-k2-instruct:fireworks]']
2025-09-20 14:00:57.441 | WARNING  | vendor.tau2.utils.llm_utils:<module>:77 - Sonnet thinking is disabled
INFO:datasets:PyTorch version 2.7.1 available.

Runs (Parallel):   0%|          | 0/1 [00:00<?, ?run/s]
Connection successful!


  Run 1:   0%|          | 0/1 [00:00<?, ?rollout/s]

  Run 1: 100%|██████████| 1/1 [00:03<00:00,  3.26s/rollout]

                                                           
Runs (Parallel): 100%|██████████| 1/1 [00:05<00:00,  5.12s/run]
Runs (Parallel): 100%|██████████| 1/1 [00:05<00:00,  5.12s/run]
View your evaluation results:
  📊 Aggregate scores: http://localhost:8000/pivot?filterConfig=%5B%7B%22logic%22%3A%20%22AND%22%2C%20%22filters%22%3A%20%5B%7B%22field%22%3A%20%22%24.execution_metadata.invocation_id%22%2C%20%22operator%22%3A%20%22%3D%3D%22%2C%20%22value%22%3A%20%22open-party-39%22%2C%20%22type%22%3A%20%22text%22%7D%5D%7D%5D
  📋 Trajectories: http://localhost:8000/table?filterConfig=%5B%7B%22logic%22%3A%20%22AND%22%2C%20%22filters%22%3A%20%5B%7B%22field%22%3A%20%22%24.execution_metadata.invocation_id%22%2C%20%22operator%22%3A%20%22%3D%3D%22%2C%20%22value%22%3A%20%22open-party-39%22%2C%20%22type%22%3A%20%22text%22%7D%5D%7D%5D
.

================================================================================
🔥 FIREWORKS EXPERIMENT LINKS
================================================================================
❌ Experiment special-student-89: No Fireworks account ID found
================================================================================

1 passed in 5.26s

Dylan Huang added 15 commits September 19, 2025 14:18
…orting management

- Introduced GlobalConfig interface to encapsulate pivot, filter, pagination, and sort configurations.
- Updated GlobalState to utilize computed properties for pagination and sorting.
- Refactored methods to directly manipulate pagination and sort configurations.
- Enhanced FilterSelector and TableContainer components to use new FilterLogic and SortDirection types.
- Improved type definitions in configs and filter utilities for better clarity and maintainability.
…obalConfig

- Replaced individual configuration properties (pivot, filter, pagination, sort) with a unified GlobalConfig object.
- Updated methods to load and save configurations from/to localStorage as a single entity.
- Adjusted computed properties to access individual configurations from GlobalConfig.
- Enhanced state management for pagination and sorting updates to reflect changes in the new structure.
- Imported show_results_url from utils to display the results URL after postprocessing in evaluation_test.
- Updated __init__.py to include show_results_url and related functions in the module exports.
@dphuang2 dphuang2 merged commit 111cbc4 into main Sep 20, 2025
7 checks passed
@dphuang2 dphuang2 deleted the link-to-local-ui branch September 20, 2025 21:44
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.

1 participant