Configure the fundamental settings for your OASIS simulation environment
make
function from OASIS:
Parameter | Type | Description |
---|---|---|
agent_graph | AgentGraph | An AgentGraph instance that stores all the social agents in the simulation. For more details, see Agent Graph |
platform | DefaultPlatformType or Platform | The platform type to use (TWITTER or REDDIT ) or a custom Platform instance |
database_path | str | Path to create a SQLite database (must end with .db ) |
semaphore | int | Limit on concurrent LLM requests (default: 128) |