simulation_run
Run a product simulation scenario with local or model-swarm adapters to receive run status, events, and event count.
Instructions
Run a prepared local or model-swarm product simulation scenario.
Prerequisites: Call simulation_plan first and pass the returned scenario.id.
Returns on success: SimulationRun with status, events, eventCount, and persisted run id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rounds | No | ||
| adapter | No | Adapter mode. Defaults to the scenario adapter. | |
| maxAgents | No | ||
| scenarioId | Yes | Scenario id returned by simulation_plan. | |
| allowLiveModels | No | Opt into live provider calls. Defaults to false. |