LICENSE.md
MANIFEST.in
README.md
build_backend.py
pyproject.toml
foundation-models-c/Package.swift
foundation-models-c/Sources/FoundationModelsCBindings/FoundationModelsCBindings.swift
foundation-models-c/Sources/FoundationModelsCBindings/include/FoundationModels.h
foundation-models-c/Sources/FoundationModelsCDeclarations/FoundationModelsCDeclarations.c
foundation-models-c/Sources/FoundationModelsCDeclarations/include/module.modulemap
foundation-models-c/Sources/fm-c-example/main.c
foundation-models-c/Tests/FoundationModelsCBindingsTests/BasicSystemModelTests.swift
src/apple_fm_sdk/__init__.py
src/apple_fm_sdk/c_helpers.py
src/apple_fm_sdk/core.py
src/apple_fm_sdk/errors.py
src/apple_fm_sdk/generable.py
src/apple_fm_sdk/generable_utils.py
src/apple_fm_sdk/generation_guide.py
src/apple_fm_sdk/generation_property.py
src/apple_fm_sdk/generation_schema.py
src/apple_fm_sdk/session.py
src/apple_fm_sdk/tool.py
src/apple_fm_sdk/transcript.py
src/apple_fm_sdk/type_conversion.py
src/apple_fm_sdk.egg-info/PKG-INFO
src/apple_fm_sdk.egg-info/SOURCES.txt
src/apple_fm_sdk.egg-info/dependency_links.txt
src/apple_fm_sdk.egg-info/requires.txt
src/apple_fm_sdk.egg-info/top_level.txt
tests/test_error_handling.py
tests/test_generable_protocol.py
tests/test_guided_generation.py
tests/test_guides.py
tests/test_json_guided_generation.py
tests/test_memory.py
tests/test_memory_stress.py
tests/test_prompts.py
tests/test_session.py
tests/test_streaming.py
tests/test_system_model.py
tests/test_tool.py
tests/test_transcript.py