Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: runloopai/api-client-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: runloopai/api-client-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: next
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 136 files changed
  • 2 contributors

Commits on Dec 18, 2025

  1. Configuration menu
    Copy the full SHA
    3241717 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a198632 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83ae56a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7065e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71ec221 View commit details
    Browse the repository at this point in the history
  6. fix(benchmarks): update() for benchmarks and scenarios replaces all…

    … provided fields and does not modify unspecified fields (#6702)
    stainless-app[bot] committed Dec 18, 2025
    Configuration menu
    Copy the full SHA
    cfd04b6 View commit details
    Browse the repository at this point in the history
  7. feat(sdk): add BenchmarkRun and AsyncBenchmarkRun classes (#712)

    * update requirements-dev
    
    * pyproject formatting nit
    
    * feat(sdk): add BenchmarkRun and AsyncBenchmarkRun classes
    
    * fixed smoketests
    
    * `list_scenario_runs()` now returns a list of ScenarioRun/AsyncScenarioRun objects
    sid-rl authored and stainless-app[bot] committed Dec 18, 2025
    Configuration menu
    Copy the full SHA
    6aa83e2 View commit details
    Browse the repository at this point in the history
  8. cleanup(agents): unified version parameter across agent sources (#713)

    * cleanup(agents): unified version parameter across agent sources
    
    * increase snapshot test timeout
    
    * reinsert version parameter into example code
    sid-rl authored and stainless-app[bot] committed Dec 18, 2025
    Configuration menu
    Copy the full SHA
    3adc9b1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    88f8fb9 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2025

  1. codegen metadata

    stainless-app[bot] committed Dec 19, 2025
    Configuration menu
    Copy the full SHA
    6eaa12e View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2025

  1. feat(sdk): add Benchmark and AsyncBenchmark classes (#714)

    * feat(sdk): add Benchmark and AsyncBenchmark classes (with some import and test id cleanup)
    
    * raise exceptions instead of skipping, more defensively run scenario
    
    * rename benchmark `run()` to `start_run()`
    
    * more helpful example docstrings
    
    * comments about params type splitting for developer clarity
    
    * remove low value unit tests
    
    * add smoketest TODOs
    
    * skip list_runs() smoketest when no available benchmark runs
    
    * create/update custom benchmark and scenarios for smoketest, remove benchmark retrieval smoketest
    sid-rl authored Dec 20, 2025
    Configuration menu
    Copy the full SHA
    8909d8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b434d9 View commit details
    Browse the repository at this point in the history
Loading