LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
examples/README.md
examples/platform_demo.py
examples/src/__init__.py
examples/src/index.py
examples/src/executor/__init__.py
examples/src/executor/index.py
examples/src/operator_registry/__init__.py
examples/src/operator_registry/index.py
examples/src/pipeline_registry/__init__.py
examples/src/pipeline_registry/index.py
examples/src/recorder/__init__.py
examples/src/recorder/index.py
examples/venv/lib/python3.9/site-packages/pip/_internal/operations/build/__init__.py
examples/venv/lib/python3.9/site-packages/pip/_internal/operations/build/metadata.py
examples/venv/lib/python3.9/site-packages/pip/_internal/operations/build/metadata_legacy.py
examples/venv/lib/python3.9/site-packages/pip/_internal/operations/build/wheel.py
examples/venv/lib/python3.9/site-packages/pip/_internal/operations/build/wheel_legacy.py
src/anthriq_registry_catalog.egg-info/PKG-INFO
src/anthriq_registry_catalog.egg-info/SOURCES.txt
src/anthriq_registry_catalog.egg-info/dependency_links.txt
src/anthriq_registry_catalog.egg-info/entry_points.txt
src/anthriq_registry_catalog.egg-info/not-zip-safe
src/anthriq_registry_catalog.egg-info/requires.txt
src/anthriq_registry_catalog.egg-info/top_level.txt
src/anthriq_registry_stack/__init__.py
src/anthriq_registry_stack/cli.py
src/anthriq_registry_stack/exceptions.py
src/anthriq_registry_stack/modules/__init__.py
src/anthriq_registry_stack/modules/executor/__init__.py
src/anthriq_registry_stack/modules/executor/executor.py
src/anthriq_registry_stack/modules/executor/bridge/__init__.py
src/anthriq_registry_stack/modules/executor/bridge/base_bridge.py
src/anthriq_registry_stack/modules/executor/bridge/executor_bridge.py
src/anthriq_registry_stack/modules/executor/bridge/cpp/__init__.py
src/anthriq_registry_stack/modules/executor/bridge/cpp/create_bridge.py
src/anthriq_registry_stack/modules/executor/bridge/cpp/destroy_bridge.py
src/anthriq_registry_stack/modules/executor/bridge/cpp/history_bridge.py
src/anthriq_registry_stack/modules/executor/bridge/cpp/info_bridge.py
src/anthriq_registry_stack/modules/executor/bridge/cpp/list_bridge.py
src/anthriq_registry_stack/modules/executor/bridge/cpp/start_bridge.py
src/anthriq_registry_stack/modules/executor/bridge/cpp/stop_bridge.py
src/anthriq_registry_stack/modules/executor/bridge/cpp/version_bridge.py
src/anthriq_registry_stack/modules/executor/dto/__init__.py
src/anthriq_registry_stack/modules/executor/dto/config.py
src/anthriq_registry_stack/modules/executor/dto/options.py
src/anthriq_registry_stack/modules/executor/dto/pipeline.py
src/anthriq_registry_stack/modules/executor/dto/responses.py
src/anthriq_registry_stack/modules/executor/services/__init__.py
src/anthriq_registry_stack/modules/executor/services/create_service.py
src/anthriq_registry_stack/modules/executor/services/destroy_service.py
src/anthriq_registry_stack/modules/executor/services/history_service.py
src/anthriq_registry_stack/modules/executor/services/info_service.py
src/anthriq_registry_stack/modules/executor/services/list_service.py
src/anthriq_registry_stack/modules/executor/services/signal_service.py
src/anthriq_registry_stack/modules/executor/services/start_service.py
src/anthriq_registry_stack/modules/executor/services/stop_service.py
src/anthriq_registry_stack/modules/executor/services/version_service.py
src/anthriq_registry_stack/modules/executor/services/websocket_log_server_service.py
src/anthriq_registry_stack/modules/executor/utils/unified_logging.py
src/anthriq_registry_stack/modules/operator_registry/__init__.py
src/anthriq_registry_stack/modules/operator_registry/operator_registry.py
src/anthriq_registry_stack/modules/operator_registry/bridge/__init__.py
src/anthriq_registry_stack/modules/operator_registry/bridge/operator_registry_bridge.py
src/anthriq_registry_stack/modules/operator_registry/bridge/cpp/__init__.py
src/anthriq_registry_stack/modules/operator_registry/bridge/cpp/free_bridge.py
src/anthriq_registry_stack/modules/operator_registry/bridge/cpp/info_bridge.py
src/anthriq_registry_stack/modules/operator_registry/bridge/cpp/install_bridge.py
src/anthriq_registry_stack/modules/operator_registry/bridge/cpp/list_bridge.py
src/anthriq_registry_stack/modules/operator_registry/bridge/cpp/push_bridge.py
src/anthriq_registry_stack/modules/operator_registry/bridge/cpp/uninstall_bridge.py
src/anthriq_registry_stack/modules/operator_registry/config/__init__.py
src/anthriq_registry_stack/modules/operator_registry/config/config.py
src/anthriq_registry_stack/modules/operator_registry/dto/__init__.py
src/anthriq_registry_stack/modules/operator_registry/dto/operator.py
src/anthriq_registry_stack/modules/operator_registry/dto/operator_info.py
src/anthriq_registry_stack/modules/operator_registry/dto/options.py
src/anthriq_registry_stack/modules/operator_registry/dto/responses.py
src/anthriq_registry_stack/modules/operator_registry/services/__init__.py
src/anthriq_registry_stack/modules/operator_registry/services/info_service.py
src/anthriq_registry_stack/modules/operator_registry/services/install_service.py
src/anthriq_registry_stack/modules/operator_registry/services/list_service.py
src/anthriq_registry_stack/modules/operator_registry/services/uninstall_service.py
src/anthriq_registry_stack/modules/operator_registry/utils/logger.py
src/anthriq_registry_stack/modules/pipeline_registry/__init__.py
src/anthriq_registry_stack/modules/pipeline_registry/pipeline_registry.py
src/anthriq_registry_stack/modules/pipeline_registry/bridge/__init__.py
src/anthriq_registry_stack/modules/pipeline_registry/bridge/pipeline_registry_bridge.py
src/anthriq_registry_stack/modules/pipeline_registry/dto/__init__.py
src/anthriq_registry_stack/modules/pipeline_registry/dto/config.py
src/anthriq_registry_stack/modules/pipeline_registry/dto/options.py
src/anthriq_registry_stack/modules/pipeline_registry/dto/pipeline.py
src/anthriq_registry_stack/modules/pipeline_registry/dto/pipeline_info.py
src/anthriq_registry_stack/modules/pipeline_registry/dto/responses.py
src/anthriq_registry_stack/modules/pipeline_registry/utils/__init__.py
src/anthriq_registry_stack/modules/pipeline_registry/utils/logger.py
src/anthriq_registry_stack/modules/recorder/__init__.py
src/anthriq_registry_stack/modules/recorder/recorder.py
src/anthriq_registry_stack/modules/recorder/recorder_new.py
src/anthriq_registry_stack/modules/recorder/bridge/__init__.py
src/anthriq_registry_stack/modules/recorder/bridge/recorder_bridge.py
src/anthriq_registry_stack/modules/recorder/bridge/cpp/__init__.py
src/anthriq_registry_stack/modules/recorder/bridge/cpp/create_bridge.py
src/anthriq_registry_stack/modules/recorder/bridge/cpp/delete_bridge.py
src/anthriq_registry_stack/modules/recorder/bridge/cpp/download_bridge.py
src/anthriq_registry_stack/modules/recorder/bridge/cpp/duration_bridge.py
src/anthriq_registry_stack/modules/recorder/bridge/cpp/info_bridge.py
src/anthriq_registry_stack/modules/recorder/bridge/cpp/list_bridge.py
src/anthriq_registry_stack/modules/recorder/bridge/cpp/start_bridge.py
src/anthriq_registry_stack/modules/recorder/bridge/cpp/stop_bridge.py
src/anthriq_registry_stack/modules/recorder/bridge/cpp/update_bridge.py
src/anthriq_registry_stack/modules/recorder/dto/__init__.py
src/anthriq_registry_stack/modules/recorder/dto/config.py
src/anthriq_registry_stack/modules/recorder/dto/options.py
src/anthriq_registry_stack/modules/recorder/dto/recording.py
src/anthriq_registry_stack/modules/recorder/dto/responses.py
src/anthriq_registry_stack/modules/recorder/services/__init__.py
src/anthriq_registry_stack/modules/recorder/services/create_service.py
src/anthriq_registry_stack/modules/recorder/services/delete_service.py
src/anthriq_registry_stack/modules/recorder/services/download_service.py
src/anthriq_registry_stack/modules/recorder/services/duration_service.py
src/anthriq_registry_stack/modules/recorder/services/info_service.py
src/anthriq_registry_stack/modules/recorder/services/list_service.py
src/anthriq_registry_stack/modules/recorder/services/start_service.py
src/anthriq_registry_stack/modules/recorder/services/stop_service.py
src/anthriq_registry_stack/modules/recorder/services/update_service.py
src/anthriq_registry_stack/modules/recorder/utils/__init__.py
src/anthriq_registry_stack/modules/recorder/utils/logger.py
src/anthriq_registry_stack/shared/__init__.py
src/anthriq_registry_stack/shared/bridge/__init__.py
src/anthriq_registry_stack/shared/bridge/base_bridge.py
src/anthriq_registry_stack/shared/dto/__init__.py
src/anthriq_registry_stack/shared/dto/common.py
src/anthriq_registry_stack/utils/platform.py
tests/__init__.py
tests/conftest.py
tests/test_operator_registry.py