.gitignore
.readthedocs.yaml
CHANGELOG.md
LICENSE
README.md
mkdocs.yml
pyproject.toml
test.ipynb
.github/workflows/ci.yml
.github/workflows/pypi-publish.yml
docs/conf.py
docs/configuration.md
docs/contributing.md
docs/extending.md
docs/index.md
docs/prompt-management.md
docs/providers.md
docs/requirements.txt
docs/usage.md
src/minillmlib/__init__.py
src/minillmlib.egg-info/PKG-INFO
src/minillmlib.egg-info/SOURCES.txt
src/minillmlib.egg-info/dependency_links.txt
src/minillmlib.egg-info/requires.txt
src/minillmlib.egg-info/top_level.txt
src/minillmlib/core/__init__.py
src/minillmlib/core/chat_node.py
src/minillmlib/models/__init__.py
src/minillmlib/models/generator_info.py
src/minillmlib/models/model_zoo.py
src/minillmlib/utils/__init__.py
src/minillmlib/utils/json_utils.py
src/minillmlib/utils/logging_utils.py
src/minillmlib/utils/message_utils.py
tests/__init__.py
tests/hqdefault.jpg
tests/test_audio_input.py
tests/test_audio_utils.py
tests/test_chat_node.py
tests/test_generator_info.py
tests/test_image_data.py
tests/test_message_merge.py