.gitignore
LICENSE
README.md
pyproject.toml
requirements.txt
setup.py
src/unifai/__init__.py
src/unifai/_convert_types.py
src/unifai/_types.py
src/unifai/anthropic_wrapper.py
src/unifai/baseaiclientwrapper.py
src/unifai/ollama_wrapper.py
src/unifai/openai_wrapper.py
src/unifai/unifai.py
src/unifai.egg-info/PKG-INFO
src/unifai.egg-info/SOURCES.txt
src/unifai.egg-info/dependency_links.txt
src/unifai.egg-info/requires.txt
src/unifai.egg-info/top_level.txt
tests/basetest.py
tests/conftest.py
tests/test_chat.py
tests/test_convert_types.py
tests/test_decorators.py
tests/test_evaluate.py
tests/test_imports.py
tests/test_list_models.py