simulation_plan
Create a clean-room simulation scenario from research evidence to pressure-test product hypotheses and agent behaviors.
Instructions
Create a clean-room product simulation scenario from Memoire research evidence.
Prereq: research/store.v2.json or a ResearchStore JSON string. Local TypeScript simulation core only; adapter=model-swarm plans Codex-first profiles with deterministic fallback. Returns: { scenario (agents, variables, graph, evidenceFindingIds), warnings }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Scenario name. Defaults to the top research theme. | |
| rounds | No | Run budget max rounds. | |
| adapter | No | Adapter mode. Defaults to local. | |
| research | No | Optional ResearchStore JSON string. Omit to load the current workspace research store. | |
| maxAgents | No | Run budget max agents. | |
| agentCount | No | Target model-swarm agent count. | |
| hypothesis | No | Product hypothesis to pressure-test. |