LICENSE
README.md
pyproject.toml
src/owl/__init__.py
src/owl/config.py
src/owl/council.py
src/owl/github.py
src/owl/models.py
src/owl/output.py
src/owl/py.typed
src/owl/tui.py
src/owl/cli/__init__.py
src/owl/cli/main.py
src/owl/providers/__init__.py
src/owl/providers/base.py
src/owl/providers/deepseek.py
src/owl/providers/google_deep.py
src/owl/providers/llm_provider.py
src/owl/providers/openai_deep.py
src/owl/providers/perplexity.py
src/owl/providers/registry.py
src/owl/providers/retry.py
src/owl/providers/xai.py
src/parliament_of_owls.egg-info/PKG-INFO
src/parliament_of_owls.egg-info/SOURCES.txt
src/parliament_of_owls.egg-info/dependency_links.txt
src/parliament_of_owls.egg-info/entry_points.txt
src/parliament_of_owls.egg-info/requires.txt
src/parliament_of_owls.egg-info/top_level.txt
tests/test_cli.py
tests/test_config.py
tests/test_council.py
tests/test_github.py
tests/test_models.py
tests/test_output.py
tests/test_providers.py
tests/test_retry.py