LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements-docs.txt
requirements.txt
setup.py
aitop/__init__.py
aitop/__main__.py
aitop/data_collector.py
aitop/filtering.py
aitop/version.py
aitop.egg-info/PKG-INFO
aitop.egg-info/SOURCES.txt
aitop.egg-info/dependency_links.txt
aitop.egg-info/entry_points.txt
aitop.egg-info/requires.txt
aitop.egg-info/top_level.txt
aitop/config/__init__.py
aitop/config/ai_process_patterns.json
aitop/config/themes.json
aitop/core/__init__.py
aitop/core/gpu/__init__.py
aitop/core/gpu/amd.py
aitop/core/gpu/amd_npu.py
aitop/core/gpu/apple.py
aitop/core/gpu/base.py
aitop/core/gpu/factory.py
aitop/core/gpu/intel.py
aitop/core/gpu/intel_npu.py
aitop/core/gpu/nvidia.py
aitop/core/process/__init__.py
aitop/core/process/killer.py
aitop/core/process/monitor.py
aitop/core/process/topology.py
aitop/core/system/__init__.py
aitop/core/system/cpu.py
aitop/core/system/memory.py
aitop/ui/__init__.py
aitop/ui/color_manager.py
aitop/ui/display.py
aitop/ui/layout.py
aitop/ui/components/__init__.py
aitop/ui/components/cpu_panel.py
aitop/ui/components/footer.py
aitop/ui/components/gpu_panel.py
aitop/ui/components/header.py
aitop/ui/components/memory_panel.py
aitop/ui/components/modal.py
aitop/ui/components/overview.py
aitop/ui/components/process_metrics.py
aitop/ui/components/process_panel.py
aitop/ui/components/tabs.py
tests/test_ai_process_monitor.py
tests/test_app_input_handling.py
tests/test_app_runtime_helpers.py
tests/test_cli_smoke.py
tests/test_config_resilience.py
tests/test_data_collector_gpu_resilience.py
tests/test_data_collector_integration.py
tests/test_display_resilience.py
tests/test_filtering.py
tests/test_gpu_apple_monitor.py
tests/test_gpu_base_resilience.py
tests/test_gpu_factory_detection.py
tests/test_gpu_factory_macos.py
tests/test_gpu_panel.py
tests/test_gpu_parsers_fixture.py
tests/test_import_smoke.py
tests/test_job_topology.py
tests/test_layout_calculator.py
tests/test_memory_panel.py
tests/test_npu_monitors.py
tests/test_npu_tab_behavior.py
tests/test_overview_panel.py
tests/test_process_metrics.py
tests/test_process_panel.py
tests/test_process_terminator.py
tests/test_query_cmdline_fuzz.py
tests/test_system_monitor_resilience.py