Saxonberg Server API
    Preparing search index...

    A single behavior spec — the unit of the host's behaviors: data list. Pure data: { brain (path), trigger, config }. Persisted on the host; never code.

    interface BehaviorSpec {
        brain: string;
        config?: Record<string, unknown>;
        trigger: string;
    }
    Index

    Properties

    Properties

    brain: string

    Logical path to the brain module, e.g. /lib/behavior/patrols.

    config?: Record<string, unknown>

    Brain-specific configuration. Interpreted by the brain.

    trigger: string

    cadence:<N>s or a witness alias (arrival/departure/emote/speech).