CHANGELOG.md
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
NOTICE
README.md
SECURITY.md
SUPPORT.md
VERIFICATION.md
pyproject.toml
setup.cfg
setup.py
docs/ABI_STABILITY.md
docs/ARCHITECTURE.md
docs/CUSTOM_TYPES.md
docs/DATA_PLANE.md
docs/DEVICE_MEMORY.md
docs/DLPACK.md
docs/DMA_BUF.md
docs/FULL_WORKFLOW_RU.md
docs/H264_STREAMS.md
docs/INIT_PROJECTS.md
docs/LIFECYCLE_HEALTH.md
docs/LOCKFILE.md
docs/MEDIA_PACK.md
docs/MEMORY_NEGOTIATION.md
docs/METRICS_RUNS.md
docs/NETWORKING.md
docs/PACKAGES.md
docs/PERFORMANCE.md
docs/PROCESS_ISOLATION.md
docs/PRODUCTION_RUNTIME.md
docs/PYTHON_TO_CPP.md
docs/RECORD_PLAY.md
docs/RELEASE_0.5.0.md
docs/RELEASE_0.6.0.md
docs/RELEASE_0.7.0.md
docs/RELEASE_0.8.0.md
docs/RELEASE_0.9.0.md
docs/RELEASE_1.0.0.md
docs/ROADMAP.md
docs/SECURITY.md
docs/VIEWER.md
docs/VIEWER_RU.md
examples/native_high_performance.yaml
examples/native_plugin_pipeline.yaml
examples/custom_type_native/README.md
examples/custom_type_native/nodes.py
examples/custom_type_native/pipeline.yaml
examples/custom_type_native/plugin.cpp
examples/custom_type_native/telemetry.yaml
examples/custom_type_native/generated/__init__.py
examples/custom_type_native/generated/demo_telemetry.py
examples/cv_demo/README.md
examples/cv_demo/nodes.py
examples/cv_demo/pipeline.yaml
examples/python_to_cpp/README.md
examples/python_to_cpp/native_backend.cpp
examples/python_to_cpp/node.py
examples/python_to_cpp/pipeline.yaml
examples/python_to_cpp/python_backend.py
examples/python_to_cpp/setup.py
examples/python_to_cpp/source.py
examples/quickstart/pipeline.yaml
examples/unified_native/README.md
examples/unified_native/pipeline.yaml
examples/video_passthrough/generate_demo_video.py
examples/video_passthrough/pipeline.yaml
scripts/bump_version.py
scripts/check_release.py
scripts/create_github_repo.sh
scripts/install_local.sh
scripts/production_stress.py
scripts/release.sh
scripts/stream_reconnect_stress.py
scripts/test_mixed_native.py
scripts/wire_fuzz.py
src/nodrix/__init__.py
src/nodrix/buffers.py
src/nodrix/builtin_nodes.py
src/nodrix/cli.py
src/nodrix/cv_types.py
src/nodrix/device.py
src/nodrix/discovery.py
src/nodrix/errors.py
src/nodrix/hybrid_runtime.py
src/nodrix/lifecycle.py
src/nodrix/lockfile.py
src/nodrix/manifest.py
src/nodrix/media.py
src/nodrix/memory.py
src/nodrix/messages.py
src/nodrix/metrics.py
src/nodrix/native_plugin.py
src/nodrix/native_runtime.py
src/nodrix/node.py
src/nodrix/packages.py
src/nodrix/process_host.py
src/nodrix/project_templates.py
src/nodrix/recording.py
src/nodrix/registry.py
src/nodrix/runs.py
src/nodrix/runtime.py
src/nodrix/shared_memory.py
src/nodrix/streams.py
src/nodrix/telemetry.py
src/nodrix/type_codegen.py
src/nodrix/validation.py
src/nodrix/viewer.py
src/nodrix/wire.py
src/nodrix.egg-info/PKG-INFO
src/nodrix.egg-info/SOURCES.txt
src/nodrix.egg-info/dependency_links.txt
src/nodrix.egg-info/entry_points.txt
src/nodrix.egg-info/requires.txt
src/nodrix.egg-info/top_level.txt
src/nodrix/core/__init__.py
src/nodrix/native/CMakeLists.txt
src/nodrix/native/examples/filter_plugin.cpp
src/nodrix/native/include/nodrix/buffer.hpp
src/nodrix/native/include/nodrix/builtin_nodes.hpp
src/nodrix/native/include/nodrix/device_memory.hpp
src/nodrix/native/include/nodrix/message.hpp
src/nodrix/native/include/nodrix/mpmc_queue.hpp
src/nodrix/native/include/nodrix/node.hpp
src/nodrix/native/include/nodrix/plugin.hpp
src/nodrix/native/include/nodrix/shared_memory.hpp
src/nodrix/native/include/nodrix/spsc_queue.hpp
src/nodrix/native/python/buffer_module.cpp
src/nodrix/native/python/device_module.cpp
src/nodrix/native/python/plugin_module.cpp
src/nodrix/native/python/queue_module.cpp
src/nodrix/native/src/builtin_nodes.cpp
src/nodrix/native/src/runner.cpp
src/nodrix/native/tests/test_core.cpp
src/nodrix/vision/__init__.py
tests/test_custom_nodes.py
tests/test_hybrid_runtime.py
tests/test_manifest.py
tests/test_native_runtime.py
tests/test_runtime.py
tests/test_v040.py
tests/test_v050.py
tests/test_v060.py
tests/test_v070.py
tests/test_v080.py
tests/test_v090.py
tests/test_v100.py
wiki/ABI-Stability.md
wiki/CLI-Reference.md
wiki/Custom-Types.md
wiki/Data-Plane.md
wiki/Device-Memory.md
wiki/Full-Workflow.md
wiki/H264-Streams.md
wiki/Home.md
wiki/Init-Templates.md
wiki/Installation.md
wiki/Lock-and-Runs.md
wiki/Media-Pack.md
wiki/Memory-Negotiation.md
wiki/Networking.md
wiki/Packages.md
wiki/Performance.md
wiki/Pipeline-Manifest.md
wiki/Process-Isolation.md
wiki/Production-Runtime.md
wiki/Python-SDK.md
wiki/Python-to-Cpp.md
wiki/Record-Play.md
wiki/Security.md
wiki/Troubleshooting.md
wiki/Version-0.5.0.md
wiki/Version-0.6.0.md
wiki/Version-0.7.0.md
wiki/Version-0.8.0.md
wiki/Version-0.9.0.md
wiki/Version-1.0.0.md
wiki/Viewer.md
wiki/_Sidebar.md