Skip to content

Expose experiment concurrency in workflow dispatch#28

Merged
joshblack merged 1 commit into
mainfrom
copilot/expose-concurrency-option
May 22, 2026
Merged

Expose experiment concurrency in workflow dispatch#28
joshblack merged 1 commit into
mainfrom
copilot/expose-concurrency-option

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 22, 2026

The experiment workflow dispatch could only select an experiment; treatment concurrency was fixed to the CLI default. This adds concurrency as a dispatch-time option and forwards it to the experiment runner.

  • Workflow input

    • Adds an optional concurrency input with default 1.
  • Experiment execution

    • Passes the selected value to packages/agent-eval/dist/cli.js via --concurrency.
concurrency:
  description: Number of treatments to run in parallel
  default: '1'

Copilot AI changed the title Expose concurrency in experiment workflow dispatch Expose experiment concurrency in workflow dispatch May 22, 2026
Copilot AI requested a review from joshblack May 22, 2026 20:30
@joshblack joshblack marked this pull request as ready for review May 22, 2026 20:31
Copilot AI review requested due to automatic review settings May 22, 2026 20:31
@joshblack joshblack merged commit d098497 into main May 22, 2026
7 of 8 checks passed
@joshblack joshblack deleted the copilot/expose-concurrency-option branch May 22, 2026 20:32
Copilot AI review requested due to automatic review settings May 22, 2026 20:55
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