.gitignore
CLAUDE.md
LICENSE
README.md
progress.md
pyproject.toml
hardware_agent/__init__.py
hardware_agent/_version.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/core/providers/__init__.py
hardware_agent/core/providers/anthropic.py
hardware_agent/core/providers/base.py
hardware_agent/core/providers/google.py
hardware_agent/core/providers/openai.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/null_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_agent/prompts/troubleshoot.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
supabase/migration.sql
supabase/.temp/cli-latest
supabase/.temp/gotrue-version
supabase/.temp/pooler-url
supabase/.temp/postgres-version
supabase/.temp/project-ref
supabase/.temp/rest-version
supabase/.temp/storage-migration
supabase/.temp/storage-version
supabase/migrations/20260219000000_initial_schema.sql
supabase/migrations/20260219010000_fix_seed_data.sql
supabase/migrations/20260219020000_grant_anon_privileges.sql
supabase/migrations/20260219030000_fix_rls_policies.sql
supabase/migrations/20260219040000_debug_and_fix_permissions.sql
supabase/migrations/20260219050000_cleanup_test_data.sql
supabase/migrations/20260219060000_expand_contributions_columns.sql
supabase/migrations/20260219070000_cleanup_test_contributions.sql
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
tests/test_providers/__init__.py
tests/test_providers/test_anthropic.py
tests/test_providers/test_detection.py
tests/test_providers/test_google.py
tests/test_providers/test_openai.py