LICENSE
README.md
pyproject.toml
src/xrtm/__init__.py
src/xrtm/version.py
src/xrtm.egg-info/PKG-INFO
src/xrtm.egg-info/SOURCES.txt
src/xrtm.egg-info/dependency_links.txt
src/xrtm.egg-info/entry_points.txt
src/xrtm.egg-info/requires.txt
src/xrtm.egg-info/top_level.txt
src/xrtm/cli/__init__.py
src/xrtm/cli/main.py
src/xrtm/cli/presenters.py
src/xrtm/product/__init__.py
src/xrtm/product/artifacts.py
src/xrtm/product/competition.py
src/xrtm/product/doctor.py
src/xrtm/product/history.py
src/xrtm/product/monitoring.py
src/xrtm/product/observability.py
src/xrtm/product/performance.py
src/xrtm/product/pipeline.py
src/xrtm/product/profiles.py
src/xrtm/product/providers.py
src/xrtm/product/read_models.py
src/xrtm/product/reports.py
src/xrtm/product/tui.py
src/xrtm/product/validation.py
src/xrtm/product/web.py
src/xrtm/product/webui_state.py
src/xrtm/product/workbench.py
src/xrtm/product/workflow_graph.py
src/xrtm/product/workflow_nodes.py
src/xrtm/product/workflow_runner.py
src/xrtm/product/workflows.py
src/xrtm/product/webui_static/app.css
src/xrtm/product/webui_static/app.js
src/xrtm/product/webui_static/vendor/react-dom.production.min.js
src/xrtm/product/webui_static/vendor/react.production.min.js
src/xrtm/product/workflow_definitions/__init__.py
src/xrtm/product/workflow_definitions/demo-provider-free.json
src/xrtm/product/workflow_definitions/flagship-benchmark.json
src/xrtm/product/workflow_definitions/metaculus-cup-dryrun.json
tests/test_check_installed_cli_surface.py
tests/test_check_release_claims.py
tests/test_cli.py
tests/test_docker_local_llm_acceptance.py
tests/test_docker_provider_free_acceptance.py
tests/test_doctor.py
tests/test_integration_examples.py
tests/test_product_api.py
tests/test_product_providers.py
tests/test_product_validation.py
tests/test_workbench.py
tests/test_workflow_graph.py
tests/test_workflow_nodes.py