README.md pyproject.toml src/__init__.py src/constants.py src/env.py src/health_check_server.py src/import_validation.py src/logs.py src/main.py src/message_serde.py src/nanoid.py src/pipe_reader.py src/sentry.py src/shutdown.py src/task_analyzer.py src/task_executor.py src/task_runner.py src/task_state.py src/config/__init__.py src/config/health_check_config.py src/config/security_config.py src/config/sentry_config.py src/config/task_runner_config.py src/errors/__init__.py src/errors/configuration_error.py src/errors/invalid_pipe_msg_content_error.py src/errors/invalid_pipe_msg_length_error.py src/errors/no_idle_timeout_handler_error.py src/errors/security_violation_error.py src/errors/task_cancelled_error.py src/errors/task_killed_error.py src/errors/task_missing_error.py src/errors/task_result_missing_error.py src/errors/task_result_read_error.py src/errors/task_runtime_error.py src/errors/task_subprocess_failed_error.py src/errors/task_timeout_error.py src/errors/websocket_connection_error.py src/message_types/__init__.py src/message_types/broker.py src/message_types/pipe.py src/message_types/runner.py task_runner_python.egg-info/PKG-INFO task_runner_python.egg-info/SOURCES.txt task_runner_python.egg-info/dependency_links.txt task_runner_python.egg-info/requires.txt task_runner_python.egg-info/top_level.txt