LICENSE
README.md
pyproject.toml
src/council_debates/__init__.py
src/council_debates/__main__.py
src/council_debates/cli.py
src/council_debates/templates.py
src/council_debates.egg-info/PKG-INFO
src/council_debates.egg-info/SOURCES.txt
src/council_debates.egg-info/dependency_links.txt
src/council_debates.egg-info/entry_points.txt
src/council_debates.egg-info/requires.txt
src/council_debates.egg-info/top_level.txt
src/council_debates/core/__init__.py
src/council_debates/core/config.py
src/council_debates/core/models.py
src/council_debates/pipeline/__init__.py
src/council_debates/pipeline/chairman.py
src/council_debates/pipeline/ranking.py
src/council_debates/pipeline/runner.py
src/council_debates/presentation/__init__.py
src/council_debates/presentation/markdown.py
src/council_debates/providers/__init__.py
src/council_debates/providers/chat_completions.py
tests/test_config.py
tests/test_debate.py
tests/test_output.py
tests/test_ranking.py
tests/test_templates.py