LICENSE
README.md
pyproject.toml
src/HandyLLM.egg-info/PKG-INFO
src/HandyLLM.egg-info/SOURCES.txt
src/HandyLLM.egg-info/dependency_links.txt
src/HandyLLM.egg-info/entry_points.txt
src/HandyLLM.egg-info/requires.txt
src/HandyLLM.egg-info/top_level.txt
src/handyllm/__init__.py
src/handyllm/__main__.py
src/handyllm/_constants.py
src/handyllm/_str_enum.py
src/handyllm/_utils.py
src/handyllm/cache_manager.py
src/handyllm/cli.py
src/handyllm/endpoint_manager.py
src/handyllm/hprompt.py
src/handyllm/openai_api.py
src/handyllm/openai_client.py
src/handyllm/prompt_converter.py
src/handyllm/requestor.py
src/handyllm/response.py
src/handyllm/run_config.py
src/handyllm/types.py
src/handyllm/utils.py
tests/test_audio_speech.py
tests/test_cache.py
tests/test_chat_image.py
tests/test_chat_prompt.py
tests/test_client.py
tests/test_completions_prompt.py
tests/test_endpoint.py
tests/test_hprompt_io.py
tests/test_legacy_openaiapi.py