Create Simulation
create_simulationSimulate AI agent swarms to predict community reactions by building knowledge graphs, generating personas, and running multi-agent social media simulations.
Instructions
Run a full swarm prediction. Builds a knowledge graph, generates agent personas, runs a multi-agent social media simulation, and generates a prediction report. Streams progress updates. Returns the final report when complete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Scenario description. E.g. 'How will crypto twitter react to a new ETH ETF rejection?' | |
| preset | No | Simulation preset: quick (10 agents, 20 rounds), standard (20/40), deep (50/72) | |
| agent_count | No | Override agent count | |
| rounds | No | Override simulation rounds | |
| platform | No | Target platform(s). Default: both | |
| document_id | No | ID of a pre-uploaded document (from upload_document tool). Skips file upload and uses server-side sanitized text. |