LICENSE
README.md
pyproject.toml
fusefable/__init__.py
fusefable/cache.py
fusefable/cli.py
fusefable/client.py
fusefable/compressor.py
fusefable/config.py
fusefable/core.py
fusefable/cost.py
fusefable/desktop.py
fusefable/ensemble.py
fusefable/fanout.py
fusefable/fusion.py
fusefable/judge.py
fusefable/mcp_server.py
fusefable/models.py
fusefable/routing.py
fusefable/web.py
fusefable/wizard.py
fusefable.egg-info/PKG-INFO
fusefable.egg-info/SOURCES.txt
fusefable.egg-info/dependency_links.txt
fusefable.egg-info/entry_points.txt
fusefable.egg-info/requires.txt
fusefable.egg-info/top_level.txt
fusefable/providers/__init__.py
fusefable/providers/anthropic.py
fusefable/providers/base.py
fusefable/providers/factory.py
fusefable/providers/google.py
fusefable/providers/openai_compat.py
tests/test_cache.py
tests/test_cli.py
tests/test_client.py
tests/test_compressor.py
tests/test_config.py
tests/test_core.py
tests/test_cost.py
tests/test_desktop.py
tests/test_ensemble.py
tests/test_fanout.py
tests/test_fusion.py
tests/test_judge.py
tests/test_mcp_server.py
tests/test_models.py
tests/test_native_providers.py
tests/test_openai_compat.py
tests/test_routing.py
tests/test_wizard.py