LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
msgmodel/__init__.py
msgmodel/__main__.py
msgmodel/async_core.py
msgmodel/config.py
msgmodel/core.py
msgmodel/exceptions.py
msgmodel/py.typed
msgmodel/retry.py
msgmodel/security.py
msgmodel/validation.py
msgmodel.egg-info/PKG-INFO
msgmodel.egg-info/SOURCES.txt
msgmodel.egg-info/dependency_links.txt
msgmodel.egg-info/entry_points.txt
msgmodel.egg-info/requires.txt
msgmodel.egg-info/top_level.txt
msgmodel/providers/__init__.py
msgmodel/providers/gemini.py
msgmodel/providers/openai.py
tests/__init__.py
tests/test_config.py
tests/test_core.py
tests/test_exceptions.py
tests/test_retry.py
tests/test_v3_2_1_features.py
tests/test_validation.py