Loom Engine - v3.1.1
    Preparing search index...

    Interface BestiaryIntegrations

    interface BestiaryIntegrations {
        sonicSync?: SonicSync | null;
        loomPulse?: LoomPulse | null;
        inferenceOrchestrator?: InferenceOrchestrator | null;
        narrativeMemory?: NarrativeMemory<Record<string, unknown>> | null;
        behaviorTreeFactory?: ((variantIdx: number) => BTNode | null) | null;
    }
    Index

    Properties

    sonicSync?: SonicSync | null
    loomPulse?: LoomPulse | null
    inferenceOrchestrator?: InferenceOrchestrator | null
    narrativeMemory?: NarrativeMemory<Record<string, unknown>> | null
    behaviorTreeFactory?: ((variantIdx: number) => BTNode | null) | null