README.md
pyproject.toml
src/api/__init__.py
src/reactor_cli/main.py
src/reactor_cli/commands/__init__.py
src/reactor_cli/commands/capabilities.py
src/reactor_cli/commands/download.py
src/reactor_cli/commands/init.py
src/reactor_cli/commands/run.py
src/reactor_cli/commands/setup.py
src/reactor_cli/commands/upload.py
src/reactor_cli/utils/__init__.py
src/reactor_cli/utils/config.py
src/reactor_cli/utils/discovery.py
src/reactor_cli/utils/runtime.py
src/reactor_cli/utils/version.py
src/reactor_cli/utils/weights.py
src/reactor_runtime/__init__.py
src/reactor_runtime/context_api.py
src/reactor_runtime/model_api.py
src/reactor_runtime/model_state.py
src/reactor_runtime/registry.py
src/reactor_runtime/runtime_api.py
src/reactor_runtime.egg-info/PKG-INFO
src/reactor_runtime.egg-info/SOURCES.txt
src/reactor_runtime.egg-info/dependency_links.txt
src/reactor_runtime.egg-info/entry_points.txt
src/reactor_runtime.egg-info/requires.txt
src/reactor_runtime.egg-info/top_level.txt
src/reactor_runtime/output/frame_buffer.py
src/reactor_runtime/profiling/__init__.py
src/reactor_runtime/profiling/helpers.py
src/reactor_runtime/profiling/profiler.py
src/reactor_runtime/profiling/backends/__init__.py
src/reactor_runtime/profiling/backends/base.py
src/reactor_runtime/profiling/backends/file.py
src/reactor_runtime/profiling/backends/otlp.py
src/reactor_runtime/profiling/plotting/__init__.py
src/reactor_runtime/profiling/plotting/plot_profiling.py
src/reactor_runtime/runtimes/headless/config.py
src/reactor_runtime/runtimes/headless/headless_runtime.py
src/reactor_runtime/runtimes/http/config.py
src/reactor_runtime/runtimes/http/http_runtime.py
src/reactor_runtime/transports/__init__.py
src/reactor_runtime/transports/config.py
src/reactor_runtime/transports/events.py
src/reactor_runtime/transports/interface.py
src/reactor_runtime/transports/types.py
src/reactor_runtime/transports/aiortc/__init__.py
src/reactor_runtime/transports/aiortc/client.py
src/reactor_runtime/transports/aiortc/frame_conversion.py
src/reactor_runtime/transports/aiortc/ice_connection.py
src/reactor_runtime/transports/aiortc/video_track.py
src/reactor_runtime/utils/launch.py
src/reactor_runtime/utils/loader.py
src/reactor_runtime/utils/log.py
src/reactor_runtime/utils/messages.py
src/reactor_runtime/utils/schema.py
src/template/brightness_example.py