LICENSE
README.md
pyproject.toml
src/rmodel/__init__.py
src/rmodel/classify.py
src/rmodel/cli.py
src/rmodel/http.py
src/rmodel/models.py
src/rmodel/probe.py
src/rmodel/qianwen_cli.py
src/rmodel/qwen_setup.py
src/rmodel/select_ui.py
src/rmodel/subscription.py
src/rmodel/data/providers.example.yaml
src/rmodel/sources/__init__.py
src/rmodel/sources/openclaw.py
src/rmodel/sources/registry.py
src/rmodel/targets/__init__.py
src/rmodel/targets/codex.py
src/rmodel/targets/openclaw.py
src/rmodel_cli.egg-info/PKG-INFO
src/rmodel_cli.egg-info/SOURCES.txt
src/rmodel_cli.egg-info/dependency_links.txt
src/rmodel_cli.egg-info/entry_points.txt
src/rmodel_cli.egg-info/requires.txt
src/rmodel_cli.egg-info/top_level.txt
tests/test_classify.py
tests/test_codex.py
tests/test_model_entry.py
tests/test_openclaw.py
tests/test_probe_rank.py
tests/test_qianwen_cli.py
tests/test_qianwen_install.py
tests/test_qwen_setup.py
tests/test_registry.py
tests/test_select_ui.py
tests/test_subscription.py