LICENSE
README.md
pyproject.toml
llm_switchboard/__init__.py
llm_switchboard.egg-info/PKG-INFO
llm_switchboard.egg-info/SOURCES.txt
llm_switchboard.egg-info/dependency_links.txt
llm_switchboard.egg-info/requires.txt
llm_switchboard.egg-info/top_level.txt
llm_switchboard/llm/__init__.py
llm_switchboard/llm/base.py
llm_switchboard/llm/logging_utils.py
llm_switchboard/llm/output_parser.py
llm_switchboard/llm/types.py
llm_switchboard/llm/providers/__init__.py
llm_switchboard/llm/providers/consts.py
llm_switchboard/llm/providers/auto_from_env/__init__.py
llm_switchboard/llm/providers/auto_from_env/auto_from_env.py
llm_switchboard/llm/providers/ibm_watsonx_ai/__init__.py
llm_switchboard/llm/providers/ibm_watsonx_ai/ibm_watsonx_ai.py
llm_switchboard/llm/providers/litellm/__init__.py
llm_switchboard/llm/providers/litellm/ibm_litellm.py
llm_switchboard/llm/providers/litellm/litellm.py
llm_switchboard/llm/providers/litellm/ollama.py
llm_switchboard/llm/providers/litellm/rits.py
llm_switchboard/llm/providers/litellm/watsonx.py
llm_switchboard/llm/providers/openai/__init__.py
llm_switchboard/llm/providers/openai/openai.py
tests/test_auto_from_env.py
tests/test_azure_openai.py
tests/test_base.py
tests/test_ibm_litellm.py
tests/test_init.py
tests/test_litellm_ollama.py
tests/test_litellm_rits.py
tests/test_litellm_watsonx.py
tests/test_logging.py
tests/test_output_parser.py
tests/test_types.py
tests/test_watsonx_ai.py