LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
apple_foundation_models.egg-info/PKG-INFO
apple_foundation_models.egg-info/SOURCES.txt
apple_foundation_models.egg-info/dependency_links.txt
apple_foundation_models.egg-info/requires.txt
apple_foundation_models.egg-info/top_level.txt
applefoundationmodels/__init__.py
applefoundationmodels/_foundationmodels.c
applefoundationmodels/_foundationmodels.pxd
applefoundationmodels/_foundationmodels.pyx
applefoundationmodels/base.py
applefoundationmodels/client.py
applefoundationmodels/constants.py
applefoundationmodels/exceptions.py
applefoundationmodels/py.typed
applefoundationmodels/session.py
applefoundationmodels/types.py
applefoundationmodels/swift/foundation_models.h
applefoundationmodels/swift/foundation_models.swift
tests/test_client.py
tests/test_integration.py
tests/test_session.py