LICENSE
README.md
pyproject.toml
consensus/__init__.py
consensus/__main__.py
consensus/ai_client.py
consensus/app.py
consensus/app_discussion_flow.py
consensus/app_discussion_setup.py
consensus/app_discussion_state.py
consensus/app_entities.py
consensus/app_providers.py
consensus/auth.py
consensus/config.py
consensus/context_strategies.py
consensus/database.py
consensus/desktop.py
consensus/evidence.py
consensus/frozen.py
consensus/mcp_client.py
consensus/mcp_config.py
consensus/mcp_http_client.py
consensus/mcp_server.py
consensus/migrator.py
consensus/models.py
consensus/moderator.py
consensus/pricing.py
consensus/sandbox_worker.py
consensus/server.py
consensus/session.py
consensus/structured_input.py
consensus/structured_output.py
consensus/token_utils.py
consensus/tools.py
consensus/tools_ask_user.py
consensus/tools_builtin.py
consensus/tools_document.py
consensus/tools_image.py
consensus/tools_memory.py
consensus/tools_python.py
consensus/db/__init__.py
consensus/db/discussions.py
consensus/db/documents.py
consensus/db/entities.py
consensus/db/images.py
consensus/db/mcp.py
consensus/db/memory.py
consensus/db/messages.py
consensus/db/prompts.py
consensus/db/providers.py
consensus/db/tools.py
consensus/evaluation/__init__.py
consensus/evaluation/__main__.py
consensus/evaluation/cases.py
consensus/evaluation/conditions.py
consensus/evaluation/eval_db.py
consensus/evaluation/eval_routes.py
consensus/evaluation/runner.py
consensus/evaluation/scorer.py
consensus/evaluation/migrations/001_baseline.sql
consensus/evaluation/migrations/002_participant_provider.sql
consensus/evaluation/migrations/__init__.py
consensus/evaluation/static/eval.html
consensus/evaluation/static/eval.js
consensus/evaluation/static/eval_style.css
consensus/methods/__init__.py
consensus/methods/ach.py
consensus/methods/adversarial_collab.py
consensus/methods/base.py
consensus/methods/belief_diffusion.py
consensus/methods/counterfactual.py
consensus/methods/court_of_law.py
consensus/methods/decision_matrix.py
consensus/methods/delphi.py
consensus/methods/double_crux.py
consensus/methods/key_assumptions.py
consensus/methods/nominal_group.py
consensus/methods/open_discussion.py
consensus/methods/panel_diversity.py
consensus/methods/parsing.py
consensus/methods/phase_handler.py
consensus/methods/premortem.py
consensus/methods/recommender.py
consensus/methods/recursive_decomposition.py
consensus/methods/red_team.py
consensus/methods/self_distillation.py
consensus/methods/tree_of_thoughts.py
consensus/methods/triage.py
consensus/methods/voting.py
consensus/methods/phases/__init__.py
consensus/methods/phases/_belief_helpers.py
consensus/methods/phases/_counterfactual_helpers.py
consensus/methods/phases/_court_helpers.py
consensus/methods/phases/_crux_artifact.py
consensus/methods/phases/_crux_helpers.py
consensus/methods/phases/_decomposition_helpers.py
consensus/methods/phases/_delphi_helpers.py
consensus/methods/phases/_distillation_helpers.py
consensus/methods/phases/_generation_giveup.py
consensus/methods/phases/_mcda_analysis.py
consensus/methods/phases/_mcda_helpers.py
consensus/methods/phases/_ngt_helpers.py
consensus/methods/phases/_tot_analysis.py
consensus/methods/phases/_tot_helpers.py
consensus/methods/phases/_voting_helpers.py
consensus/methods/phases/adjudicate.py
consensus/methods/phases/allocate_points.py
consensus/methods/phases/analyse_ach.py
consensus/methods/phases/analyse_sensitivity.py
consensus/methods/phases/analyze_subquestions.py
consensus/methods/phases/arraignment.py
consensus/methods/phases/assess_assumptions.py
consensus/methods/phases/assess_red_team.py
consensus/methods/phases/attack.py
consensus/methods/phases/blind_evaluate.py
consensus/methods/phases/challenge_assumptions.py
consensus/methods/phases/clarify_ideas.py
consensus/methods/phases/closing_arguments.py
consensus/methods/phases/cluster_ideas.py
consensus/methods/phases/consolidate_premortem.py
consensus/methods/phases/construct.py
consensus/methods/phases/counterfactual_deliberate.py
consensus/methods/phases/counterfactual_extract.py
consensus/methods/phases/counterfactual_stress.py
consensus/methods/phases/counterfactual_synthesize.py
consensus/methods/phases/decide.py
consensus/methods/phases/decompose.py
consensus/methods/phases/defense_case.py
consensus/methods/phases/define_criteria.py
consensus/methods/phases/deliberate.py
consensus/methods/phases/deliberate_distillation.py
consensus/methods/phases/diagnose_beliefs.py
consensus/methods/phases/diffuse_beliefs.py
consensus/methods/phases/distill_skeleton.py
consensus/methods/phases/enumerate_options.py
consensus/methods/phases/estimate.py
consensus/methods/phases/evaluate_matrix.py
consensus/methods/phases/expand_thoughts.py
consensus/methods/phases/frame_hypotheses.py
consensus/methods/phases/frame_premortem.py
consensus/methods/phases/gather_evidence.py
consensus/methods/phases/generate_ideas.py
consensus/methods/phases/hunt_cruxes.py
consensus/methods/phases/hypothesize.py
consensus/methods/phases/identify_crux.py
consensus/methods/phases/integrate_subquestions.py
consensus/methods/phases/opening_statements.py
consensus/methods/phases/poll_belief.py
consensus/methods/phases/premortem_imagine.py
consensus/methods/phases/present_evidence.py
consensus/methods/phases/prior_beliefs.py
consensus/methods/phases/propose_thoughts.py
consensus/methods/phases/prosecution_case.py
consensus/methods/phases/prune_thoughts.py
consensus/methods/phases/rank_ideas.py
consensus/methods/phases/recompose.py
consensus/methods/phases/resolve_crux.py
consensus/methods/phases/revise_delphi.py
consensus/methods/phases/revise_red_team.py
consensus/methods/phases/score_options.py
consensus/methods/phases/score_thoughts.py
consensus/methods/phases/state_positions.py
consensus/methods/phases/surface_assumptions.py
consensus/methods/phases/synthesise_delphi.py
consensus/methods/phases/synthesise_thoughts.py
consensus/methods/phases/synthesize_distillation.py
consensus/methods/phases/tally.py
consensus/methods/phases/test_crux.py
consensus/methods/phases/triage_confirm.py
consensus/methods/phases/triage_intake.py
consensus/methods/phases/triage_recommend.py
consensus/methods/phases/vote.py
consensus/methods/phases/weight_criteria.py
consensus/migrations/001_baseline.sql
consensus/migrations/002_max_rounds.sql
consensus/migrations/003_cost_tracking.sql
consensus/migrations/004_mcp_experts.sql
consensus/migrations/005_documents.sql
consensus/migrations/006_discussion_methods.sql
consensus/migrations/007_images.sql
consensus/migrations/008_mcp_transport.sql
consensus/migrations/009_model_modalities.sql
consensus/migrations/010_cost_limit.sql
consensus/migrations/011_context_strategy.sql
consensus/migrations/012_model_context_length.sql
consensus/migrations/013_context_strategy_nullable.sql
consensus/migrations/014_supported_parameters.sql
consensus/migrations/__init__.py
consensus/static/api.js
consensus/static/app.js
consensus/static/ask-user.js
consensus/static/auth.js
consensus/static/byok.js
consensus/static/discussion-actions.js
consensus/static/discussion.js
consensus/static/documents.js
consensus/static/experts.js
consensus/static/export.js
consensus/static/history.js
consensus/static/images.js
consensus/static/index.html
consensus/static/mcp.js
consensus/static/memory.js
consensus/static/method-switch.js
consensus/static/profiles.js
consensus/static/prompts.js
consensus/static/providers.js
consensus/static/setup.js
consensus/static/state.js
consensus/static/structured-form.js
consensus/static/style.css
consensus/static/utils.js
consensus_app.egg-info/PKG-INFO
consensus_app.egg-info/SOURCES.txt
consensus_app.egg-info/dependency_links.txt
consensus_app.egg-info/entry_points.txt
consensus_app.egg-info/requires.txt
consensus_app.egg-info/top_level.txt
tests/test_ach_hypothesize_structured.py
tests/test_ai_client.py
tests/test_app.py
tests/test_app_discussion_flow.py
tests/test_app_discussion_setup.py
tests/test_app_discussion_state.py
tests/test_app_entities.py
tests/test_app_providers.py
tests/test_auth_oauth.py
tests/test_belief_diffusion_abort.py
tests/test_belief_distributions_structured.py
tests/test_belief_framing_structured.py
tests/test_belief_helpers.py
tests/test_blind_evaluate_structured.py
tests/test_config.py
tests/test_context_strategies.py
tests/test_context_strategy_ui.py
tests/test_counterfactual_extract_structured.py
tests/test_court_huddle_privacy.py
tests/test_court_of_law.py
tests/test_crux_artifact.py
tests/test_crux_helpers.py
tests/test_database.py
tests/test_db_discussions.py
tests/test_db_entities.py
tests/test_db_mcp.py
tests/test_db_memory.py
tests/test_db_messages.py
tests/test_db_prompts.py
tests/test_db_providers.py
tests/test_db_tools.py
tests/test_decompose_structured.py
tests/test_decomposition_helpers.py
tests/test_define_criteria_structured.py
tests/test_delphi_structured.py
tests/test_distill_skeleton_structured.py
tests/test_double_crux_structured.py
tests/test_evaluate_matrix_structured.py
tests/test_evidence.py
tests/test_evidence_flow.py
tests/test_frozen_packaging.py
tests/test_generation_giveup.py
tests/test_mcda_helpers.py
tests/test_mcda_structured.py
tests/test_mcp_client.py
tests/test_mcp_config.py
tests/test_mcp_http_client.py
tests/test_mcp_integration.py
tests/test_mcp_server.py
tests/test_method_delegation.py
tests/test_method_flow_e2e.py
tests/test_method_state_persistence.py
tests/test_methods.py
tests/test_methods_parsing.py
tests/test_migrator.py
tests/test_models.py
tests/test_moderator.py
tests/test_moderator_framing_phases.py
tests/test_ngt_helpers.py
tests/test_ngt_structured.py
tests/test_panel_diversity.py
tests/test_parsing.py
tests/test_phase_handler.py
tests/test_phase_machine_loops.py
tests/test_phases_ach.py
tests/test_phases_adversarial_collab.py
tests/test_phases_belief_diffusion.py
tests/test_phases_counterfactual.py
tests/test_phases_delphi.py
tests/test_phases_double_crux.py
tests/test_phases_key_assumptions.py
tests/test_phases_mcda.py
tests/test_phases_ngt.py
tests/test_phases_premortem.py
tests/test_phases_red_team.py
tests/test_phases_self_distillation.py
tests/test_phases_tot.py
tests/test_phases_voting.py
tests/test_pricing.py
tests/test_recommender.py
tests/test_recursive_decomposition.py
tests/test_resolve_input_schema.py
tests/test_session.py
tests/test_small_method_defects.py
tests/test_structured_human_turn.py
tests/test_structured_input.py
tests/test_structured_input_state.py
tests/test_structured_output.py
tests/test_structured_output_hooks.py
tests/test_structured_setup_check.py
tests/test_surface_assumptions_structured.py
tests/test_token_utils.py
tests/test_tools.py
tests/test_tools_python.py
tests/test_tot_helpers.py
tests/test_tot_structured.py
tests/test_triage_handlers.py
tests/test_turn_order_flow.py
tests/test_voting_method.py
tests/test_voting_structured.py