If you want to run many sessions as part of a single evaluation:
Go to the “Mass Sims” tab inside your Agent
Click “New Mass Simulation” on the top right of the table
Copy the Mass Sim ID into your SDK:
Copy
Ask AI
# assuming environment variables are setlai.init( mass_sim_id="abc123")
This will link that run to your high-level simulation — perfect for testing prompt changes, model swaps, or behavior analysis at scale.
To learn more about mass simulations, see Mass Simulations. To learn more about creation of mass simulations, see Creating a Mass Simulation.