LICENSE
NOTICE
README.md
pyproject.toml
src/smoothie_framework/__init__.py
src/smoothie_framework.egg-info/PKG-INFO
src/smoothie_framework.egg-info/SOURCES.txt
src/smoothie_framework.egg-info/dependency_links.txt
src/smoothie_framework.egg-info/requires.txt
src/smoothie_framework.egg-info/top_level.txt
src/smoothie_framework/agent/__init__.py
src/smoothie_framework/agent/contract.py
src/smoothie_framework/agent/runtime.py
src/smoothie_framework/model/__init__.py
src/smoothie_framework/model/contract.py
src/smoothie_framework/model/runtime.py
src/smoothie_framework/model/providers/__init__.py
src/smoothie_framework/model/providers/openai.py
tests/test_agent_contract.py
tests/test_agent_runtime.py
tests/test_model_contract.py
tests/test_model_runtime.py
tests/test_openai_provider.py