LICENSE
README.md
pyproject.toml
haindy/__init__.py
haindy/main.py
haindy.egg-info/PKG-INFO
haindy.egg-info/SOURCES.txt
haindy.egg-info/dependency_links.txt
haindy.egg-info/entry_points.txt
haindy.egg-info/requires.txt
haindy.egg-info/top_level.txt
haindy/agents/__init__.py
haindy/agents/action_agent.py
haindy/agents/base_agent.py
haindy/agents/formatters.py
haindy/agents/scope_triage.py
haindy/agents/situational_agent.py
haindy/agents/structured_output_schemas.py
haindy/agents/test_planner.py
haindy/agents/test_runner.py
haindy/agents/test_runner_artifacts.py
haindy/agents/test_runner_bug_reports.py
haindy/agents/test_runner_executor.py
haindy/agents/test_runner_interpreter.py
haindy/agents/test_runner_step_processor.py
haindy/agents/test_runner_summary.py
haindy/agents/test_runner_verifier.py
haindy/agents/computer_use/__init__.py
haindy/agents/computer_use/action_mixin.py
haindy/agents/computer_use/anthropic_mixin.py
haindy/agents/computer_use/common.py
haindy/agents/computer_use/google_mixin.py
haindy/agents/computer_use/openai_mixin.py
haindy/agents/computer_use/session.py
haindy/agents/computer_use/support_mixin.py
haindy/agents/computer_use/transports.py
haindy/agents/computer_use/turn_result.py
haindy/agents/computer_use/types.py
haindy/agents/computer_use/visual_pipeline.py
haindy/agents/computer_use/visual_state.py
haindy/auth/__init__.py
haindy/auth/callback.py
haindy/auth/codex_oauth.py
haindy/auth/credentials.py
haindy/auth/manager.py
haindy/auth/paths.py
haindy/auth/store.py
haindy/cli/__init__.py
haindy/cli/auth_commands.py
haindy/cli/config_commands.py
haindy/cli/doctor.py
haindy/cli/provider_commands.py
haindy/cli/setup_wizard.py
haindy/config/__init__.py
haindy/config/agent_prompts.py
haindy/config/migrate.py
haindy/config/settings.py
haindy/config/settings_file.py
haindy/core/__init__.py
haindy/core/enhanced_types.py
haindy/core/interfaces.py
haindy/core/types.py
haindy/desktop/__init__.py
haindy/desktop/cache.py
haindy/desktop/controller.py
haindy/desktop/driver.py
haindy/desktop/execution_replay.py
haindy/desktop/resolution_manager.py
haindy/desktop/screen_capture.py
haindy/desktop/screen_recorder.py
haindy/desktop/virtual_input.py
haindy/error_handling/__init__.py
haindy/error_handling/aggregator.py
haindy/error_handling/exceptions.py
haindy/error_handling/recovery.py
haindy/error_handling/validation.py
haindy/evaluation/__init__.py
haindy/evaluation/confidence.py
haindy/evaluation/error_detection.py
haindy/evaluation/validators.py
haindy/journal/__init__.py
haindy/journal/adapters.py
haindy/journal/dual_mode_executor.py
haindy/journal/manager.py
haindy/journal/models.py
haindy/journal/pattern_matcher.py
haindy/journal/script_recorder.py
haindy/macos/__init__.py
haindy/macos/controller.py
haindy/macos/driver.py
haindy/macos/input_handler.py
haindy/macos/screen_capture.py
haindy/mobile/__init__.py
haindy/mobile/adb_client.py
haindy/mobile/controller.py
haindy/mobile/driver.py
haindy/mobile/idb_client.py
haindy/mobile/ios_controller.py
haindy/mobile/ios_driver.py
haindy/models/__init__.py
haindy/models/anthropic_client.py
haindy/models/errors.py
haindy/models/google_client.py
haindy/models/llm_client.py
haindy/models/openai_client.py
haindy/models/structured_output.py
haindy/monitoring/__init__.py
haindy/monitoring/analytics.py
haindy/monitoring/debug_logger.py
haindy/monitoring/enhanced_reporter.py
haindy/monitoring/enhanced_reporter_data.py
haindy/monitoring/logger.py
haindy/monitoring/reporter.py
haindy/monitoring/simple_html_reporter.py
haindy/monitoring/templates/enhanced_report.html.j2
haindy/orchestration/__init__.py
haindy/orchestration/communication.py
haindy/orchestration/coordinator.py
haindy/orchestration/scope_pipeline.py
haindy/orchestration/state_manager.py
haindy/runtime/__init__.py
haindy/runtime/agent_factory.py
haindy/runtime/environment.py
haindy/runtime/evidence.py
haindy/runtime/execution_context_builder.py
haindy/runtime/execution_replay_cache.py
haindy/runtime/execution_replay_service.py
haindy/runtime/planning_cache.py
haindy/runtime/situational_cache.py
haindy/runtime/task_cache.py
haindy/runtime/trace.py
haindy/security/__init__.py
haindy/security/rate_limiter.py
haindy/security/sanitizer.py
haindy/skills/__init__.py
haindy/skills/haindy/SKILL.md
haindy/skills/haindy/__init__.py
haindy/skills/haindy-setup/SKILL.md
haindy/tool_call_mode/__init__.py
haindy/tool_call_mode/cli.py
haindy/tool_call_mode/daemon.py
haindy/tool_call_mode/ipc.py
haindy/tool_call_mode/launcher.py
haindy/tool_call_mode/logging.py
haindy/tool_call_mode/models.py
haindy/tool_call_mode/paths.py
haindy/tool_call_mode/runtime.py
haindy/tool_call_mode/variables.py
haindy/utils/__init__.py
haindy/utils/model_logging.py
tests/test_action_agent.py
tests/test_action_validation_support.py
tests/test_agent_factory.py
tests/test_analytics.py
tests/test_anthropic_client.py
tests/test_auth.py
tests/test_base_agent.py
tests/test_communication.py
tests/test_computer_use_common.py
tests/test_computer_use_session_anthropic.py
tests/test_computer_use_session_google_flow.py
tests/test_computer_use_session_google_helpers.py
tests/test_computer_use_session_google_runtime.py
tests/test_computer_use_session_guardrails.py
tests/test_computer_use_session_openai_flow.py
tests/test_computer_use_turn_result.py
tests/test_computer_use_visual_state.py
tests/test_config.py
tests/test_coordinate_cache.py
tests/test_coordinate_reference.py
tests/test_coordinator.py
tests/test_core_types.py
tests/test_credentials.py
tests/test_desktop_driver.py
tests/test_enhanced_error_reporting.py
tests/test_enhanced_reporter.py
tests/test_enhanced_types.py
tests/test_error_aggregator.py
tests/test_error_exceptions.py
tests/test_error_recovery.py
tests/test_error_validation.py
tests/test_execution_context_builder.py
tests/test_execution_replay_actions.py
tests/test_execution_replay_cache.py
tests/test_fix_typing_action.py
tests/test_formatters.py
tests/test_google_client.py
tests/test_google_computer_use_smoke.py
tests/test_ios_driver.py
tests/test_journal_manager.py
tests/test_journal_models.py
tests/test_logger.py
tests/test_macos_driver.py
tests/test_main.py
tests/test_migrate.py
tests/test_mobile_driver.py
tests/test_model_logging.py
tests/test_openai_client_streaming.py
tests/test_pattern_matcher.py
tests/test_planning_cache.py
tests/test_provider_commands.py
tests/test_rate_limiter.py
tests/test_run_trace.py
tests/test_runtime_environment.py
tests/test_sanitizer.py
tests/test_scope_pipeline_cache.py
tests/test_scope_triage_agent.py
tests/test_screen_capture.py
tests/test_script_recorder.py
tests/test_settings_file.py
tests/test_situational_agent.py
tests/test_situational_cache.py
tests/test_state_manager.py
tests/test_task_plan_cache.py
tests/test_test_planner.py
tests/test_test_runner_artifacts.py
tests/test_test_runner_bug_reports.py
tests/test_test_runner_executor.py
tests/test_test_runner_replay_cache.py
tests/test_test_runner_replay_execution.py
tests/test_test_runner_step_processor.py
tests/test_test_runner_summary.py
tests/test_test_runner_verifier.py
tests/test_tool_call_mode_cli.py
tests/test_tool_call_mode_launcher.py
tests/test_tool_call_mode_log_redaction.py
tests/test_tool_call_mode_paths.py
tests/test_tool_call_mode_variables.py
tests/test_virtual_input.py