.gitignore
CLAUDE.md
LICENSE
README.md
progress.md
pyproject.toml
hardware_agent/__init__.py
hardware_agent/cli.py
hardware_agent/core/__init__.py
hardware_agent/core/environment.py
hardware_agent/core/executor.py
hardware_agent/core/llm.py
hardware_agent/core/loop_detector.py
hardware_agent/core/models.py
hardware_agent/core/module_loader.py
hardware_agent/core/orchestrator.py
hardware_agent/core/tools.py
hardware_agent/data/__init__.py
hardware_agent/data/analysis.py
hardware_agent/data/community.py
hardware_agent/data/fingerprint.py
hardware_agent/data/models.py
hardware_agent/data/replay.py
hardware_agent/data/store.py
hardware_agent/devices/__init__.py
hardware_agent/devices/base.py
hardware_agent/devices/generic_device.py
hardware_agent/devices/registry.py
hardware_agent/devices/rigol_common.py
hardware_agent/devices/visa_device.py
hardware_agent/devices/rigol_ds1054z/__init__.py
hardware_agent/devices/rigol_ds1054z/module.py
hardware_agent/prompts/stuck.txt
hardware_agent/prompts/system.txt
hardware_connector.egg-info/PKG-INFO
hardware_connector.egg-info/SOURCES.txt
hardware_connector.egg-info/dependency_links.txt
hardware_connector.egg-info/entry_points.txt
hardware_connector.egg-info/requires.txt
hardware_connector.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_environment.py
tests/test_executor.py
tests/test_llm.py
tests/test_loop_detector.py
tests/test_orchestrator.py
tests/test_data/__init__.py
tests/test_data/test_analysis.py
tests/test_data/test_community.py
tests/test_data/test_fingerprint.py
tests/test_data/test_replay.py
tests/test_data/test_store.py
tests/test_devices/__init__.py
tests/test_devices/test_base_module.py
tests/test_devices/test_registry.py
tests/test_devices/test_rigol_ds1054z.py
tests/test_devices/test_visa_device.py