@molroo-ai/sdk
    Preparing search index...

    Interface CreateWorldInput

    Input for creating a new world via MolrooWorld.create.

    interface CreateWorldInput {
        definition: WorldDefinitionInput;
        entities: EntityInput[];
        environment?: Partial<EnvironmentInput>;
        interaction?: WorldInteractionOptions;
        personaConfigs: Record<string, Record<string, unknown>>;
        spaces?: SpaceInput[];
    }
    Index

    Properties

    entities: EntityInput[]
    environment?: Partial<EnvironmentInput>

    Interaction options (groupAwareness, emotionalContagion, etc.)

    personaConfigs: Record<string, Record<string, unknown>>
    spaces?: SpaceInput[]