swarmauri.experimental.conversations.ConsensusBuildingConversation module
- class swarmauri.experimental.conversations.ConsensusBuildingConversation.ConsensusBuildingConversation(topic, participants)[source]
Bases:
IConversation
- check_agreement()[source]
Checks if there is a consensus on any proposal. A simple majority (>50% of the participants) is required for consensus.
- property history: list
Provides read-only access to the conversation history.