Module: SuperInstance::Equipment::ConsensusEngine::DeliberationMode

Defined in:
lib/equipment/consensus_engine/types.rb

Overview

Deliberation mode affects how perspectives interact

Constant Summary collapse

COLLABORATIVE =
:collaborative
ADVERSARIAL =
:adversarial
INQUISITIVE =
:inquisitive
SYNTHESIZING =
:synthesizing
ALL =
Set[:collaborative, :adversarial, :inquisitive, :synthesizing].freeze