LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
aitop/__init__.py
aitop/__main__.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/core/__init__.py
aitop/core/gpu/__init__.py
aitop/core/gpu/amd.py
aitop/core/gpu/base.py
aitop/core/gpu/factory.py
aitop/core/gpu/intel.py
aitop/core/gpu/nvidia.py
aitop/core/process/__init__.py
aitop/core/process/monitor.py
aitop/core/system/__init__.py
aitop/core/system/cpu.py
aitop/core/system/memory.py
aitop/ui/__init__.py
aitop/ui/display.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/overview.py
aitop/ui/components/process_panel.py
aitop/ui/components/tabs.py