build_tools.pipeline_tui.screens ================================ .. py:module:: build_tools.pipeline_tui.screens .. autoapi-nested-parse:: Screen modules for Pipeline TUI. This package contains dedicated screen and panel classes for different parts of the pipeline TUI interface. **Available Components:** - :class:`ConfigurePanel` - Pipeline configuration panel with all settings - :class:`FileSelectorScreen` - Modal for selecting specific files **Planned Screens:** - :class:`MonitorScreen` - Job monitoring and log display - :class:`HistoryScreen` - Previous run browser These screens will be extracted to separate modules as implementation grows. Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/build_tools/pipeline_tui/screens/configure/index /autoapi/build_tools/pipeline_tui/screens/file_selector/index