Interface PersonaPolicy

Configures persona-layer traits injected into the node's prompt context.

interface PersonaPolicy {
    traits?: Record<string, number>;
    mood?: string;
    adaptStyle?: boolean;
}

Properties

traits?: Record<string, number>

HEXACO-style trait overrides (values in range 0–1).

mood?: string

Override the PAD mood state label for this node.

adaptStyle?: boolean

Whether to apply learned communication-style preferences.