README.md
pyproject.toml
setup.cfg
src/llmhub/__init__.py
src/llmhub/cli.py
src/llmhub/context.py
src/llmhub/env_manager.py
src/llmhub/generator_hook.py
src/llmhub/runtime_io.py
src/llmhub/spec_models.py
src/llmhub/ux.py
src/llmhub/catalog/__init__.py
src/llmhub/catalog/anyllm_source.py
src/llmhub/catalog/arena_source.py
src/llmhub/catalog/builder.py
src/llmhub/catalog/cache.py
src/llmhub/catalog/mapper.py
src/llmhub/catalog/modelsdev_source.py
src/llmhub/catalog/schema.py
src/llmhub/commands/__init__.py
src/llmhub/commands/catalog_cmd.py
src/llmhub/commands/env_cmd.py
src/llmhub/commands/runtime_cmd.py
src/llmhub/commands/setup_cmd.py
src/llmhub/commands/spec_cmd.py
src/llmhub/commands/test_cmd.py
src/llmhub/tools/__init__.py
src/llmhub/tools/run_tests_with_report.py
src/rethink_llmhub.egg-info/PKG-INFO
src/rethink_llmhub.egg-info/SOURCES.txt
src/rethink_llmhub.egg-info/dependency_links.txt
src/rethink_llmhub.egg-info/entry_points.txt
src/rethink_llmhub.egg-info/requires.txt
src/rethink_llmhub.egg-info/top_level.txt
tests/test_cli_smoke.py
tests/test_context.py
tests/test_env_manager.py
tests/test_spec_models.py