MANIFEST.in
README.md
pyproject.toml
requirements.txt
aicaller/__init__.py
aicaller/__main__.py
aicaller/conversion.py
aicaller/few_shot_sampler.py
aicaller/loader.py
aicaller/modules.py
aicaller/sample_assembler.py
aicaller/template.py
aicaller/utils.py
aicaller.egg-info/PKG-INFO
aicaller.egg-info/SOURCES.txt
aicaller.egg-info/dependency_links.txt
aicaller.egg-info/entry_points.txt
aicaller.egg-info/requires.txt
aicaller.egg-info/top_level.txt
aicaller/api/__init__.py
aicaller/api/api.py
aicaller/api/api_async.py
aicaller/api/base.py
aicaller/api/factory.py
aicaller/api/utils.py
tests/test_few_shot.py
tests/test_loader.py
tests/test_main.py
tests/test_sample_assembler.py
tests/test_template.py
tests/test_utils_token_counter.py