LICENSE
README.md
pyproject.toml
chorus/__init__.py
chorus/browser.py
chorus/main.py
chorus/onboarding.py
chorus/selectors.json
chorus/websocket_manager.py
chorus/frontend/index.html
chorus/platforms/__init__.py
chorus/platforms/base.py
chorus/platforms/chatgpt.py
chorus/platforms/claude.py
chorus/platforms/copilot.py
chorus/platforms/deepseek.py
chorus/platforms/gemini.py
chorus/platforms/grok.py
chorus/platforms/mistral.py
chorus/platforms/perplexity.py
chorus_ai.egg-info/PKG-INFO
chorus_ai.egg-info/SOURCES.txt
chorus_ai.egg-info/dependency_links.txt
chorus_ai.egg-info/entry_points.txt
chorus_ai.egg-info/requires.txt
chorus_ai.egg-info/top_level.txt
tests/test_api_endpoints.py
tests/test_base_platform.py
tests/test_browser.py
tests/test_consensus.py
tests/test_onboarding.py
tests/test_packaging.py
tests/test_retry.py