github VoltAgent/voltagent @voltagent/evals@2.0.3

Patch Changes

  • #970 ed6075a Thanks @omeraplak! - feat: allow runExperiment to accept a VoltOpsClient directly by adapting it for dataset resolution when needed.

    import { VoltOpsClient } from "@voltagent/core";
    import { runExperiment } from "@voltagent/evals";
    import experiment from "./experiments/support-nightly.experiment";
    
    const voltOpsClient = new VoltOpsClient({
      publicKey: process.env.VOLTAGENT_PUBLIC_KEY,
      secretKey: process.env.VOLTAGENT_SECRET_KEY,
    });
    
    const result = await runExperiment(experiment, {
      voltOpsClient,
      concurrency: 4,
    });

Don't miss a new voltagent release

NewReleases is sending notifications on new releases.