Skip to content

Pass as arguments the conclusion & halting strategies for the moderator #15

Description

@mfainstein

These are the current conclusion and halting strategies:
export const HALTING_STRATEGIES = {
MAJORITY_CONSENSUS: "Consensus",
MAX_ARGUMENTS: "MaxArguments",
}
export const CONCLUSION_STRATEGIES = {
SHORT: "Short",
LONG: "Long",
NONE: "None"
}
Add an ability to add them as parameters when running node index.js (maybe turn this into a simple cli for this purpose with --help)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions