LICENSE
README.md
pyproject.toml
imgl/__init__.py
imgl/__main__.py
imgl/actions.py
imgl/autodiag.py
imgl/capture.py
imgl/catalog.py
imgl/catalog_filter.py
imgl/catalog_heuristic.py
imgl/catalog_types.py
imgl/cli.py
imgl/config.py
imgl/control.py
imgl/coords.py
imgl/diagnose.py
imgl/execute.py
imgl/freshness.py
imgl/geometry.py
imgl/installs.py
imgl/interact.py
imgl/layout.py
imgl/llm_catalog.py
imgl/nlp2uri.py
imgl/paths.py
imgl/pipeline.py
imgl/preprocess.py
imgl/py.typed
imgl/scene_cache.py
imgl/terminal_md.py
imgl/types.py
imgl/uri.py
imgl/vdisplay_bridge.py
imgl/window_scope.py
imgl.egg-info/PKG-INFO
imgl.egg-info/SOURCES.txt
imgl.egg-info/dependency_links.txt
imgl.egg-info/entry_points.txt
imgl.egg-info/requires.txt
imgl.egg-info/top_level.txt
imgl/classify/__init__.py
imgl/classify/gui_heuristics.py
imgl/detect/__init__.py
imgl/detect/img2vql_bridge.py
imgl/detect/local.py
imgl/detect/rectangles.py
imgl/export/__init__.py
imgl/export/_escape.py
imgl/export/annotate_export.py
imgl/export/html_export.py
imgl/export/json_export.py
imgl/export/svg_export.py
imgl/export/vql_adapter.py
imgl/ocr/__init__.py
imgl/ocr/base.py
imgl/ocr/lang.py
imgl/ocr/tesseract.py
imgl/web/__init__.py
imgl/web/agent.py
imgl/web/app.py
imgl/web/session.py
imgl/web/thumbs.py
imgl/web/static/index.html
tests/test_actions.py
tests/test_annotate.py
tests/test_autodiag.py
tests/test_capture_paths.py
tests/test_capture_vdisplay.py
tests/test_capture_vdisplay_priority.py
tests/test_catalog_filter.py
tests/test_catalog_interact.py
tests/test_control_cli.py
tests/test_detect_buttons.py
tests/test_diagnose.py
tests/test_execute_key.py
tests/test_export.py
tests/test_imgl.py
tests/test_installs.py
tests/test_layout_classify.py
tests/test_llm_catalog.py
tests/test_nlp2imgl_cli.py
tests/test_nlp2imgl_control.py
tests/test_nlp2imgl_llm.py
tests/test_nlp2uri_fixes.py
tests/test_ocr_lang.py
tests/test_scene_cache.py
tests/test_terminal_md.py
tests/test_vdisplay_bridge.py
tests/test_vql_export.py
tests/test_web.py
tests/test_window_scope.py