orka.tui.layouts module

Layout management and view coordination for TUI interface. DEPRECATED: This is now a fallback component. The primary interface uses Textual.

class orka.tui.layouts.LayoutManager(component_builder)[source]

Bases: object

Manages layout composition and view switching for the TUI interface.

DEPRECATED: This is now a fallback component. The primary interface uses Textual.

create_dashboard()[source]

Create a compact dashboard that fits in standard terminal windows.

create_memory_browser()[source]

Create memory browser view with full table display.

create_performance_view()[source]

Create performance monitoring view.

create_config_view()[source]

Create configuration and system diagnostics view.

get_view(view_name)[source]

Get the appropriate view based on the view name.