Prepare Simulation
mirofish_prepare_simulationPrepares a simulation by reading graph entities, generating LLM-based agent profiles, and creating simulation config. Returns task ID for async operation.
Instructions
Prepare a simulation environment — reads entities from the graph, generates agent profiles via LLM, and creates simulation config. Async — returns task_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_types | No | Filter to specific entity types | |
| simulation_id | Yes | The simulation ID | |
| force_regenerate | No | Force regeneration even if already prepared | |
| use_llm_for_profiles | No | Use LLM to generate agent personality profiles | |
| parallel_profile_count | No | Number of profiles to generate in parallel |