LICENSE
README.md
pyproject.toml
optexity/__init__.py
optexity/cli.py
optexity/exceptions.py
optexity/onepassword_integration.py
optexity/test.py
optexity.egg-info/PKG-INFO
optexity.egg-info/SOURCES.txt
optexity.egg-info/dependency_links.txt
optexity.egg-info/entry_points.txt
optexity.egg-info/requires.txt
optexity.egg-info/top_level.txt
optexity/examples/__init__.py
optexity/examples/add_example.py
optexity/examples/download_pdf_url.py
optexity/examples/extract_price_stockanalysis.py
optexity/examples/file_upload.py
optexity/examples/i94.py
optexity/examples/i94_travel_history.py
optexity/examples/peachstate_medicaid.py
optexity/examples/supabase_login.py
optexity/inference/__init__.py
optexity/inference/child_process.py
optexity/inference/run_local.py
optexity/inference/worker.py
optexity/inference/agents/__init__.py
optexity/inference/agents/error_handler/__init__.py
optexity/inference/agents/error_handler/error_handler.py
optexity/inference/agents/error_handler/prompt.py
optexity/inference/agents/index_prediction/__init__.py
optexity/inference/agents/index_prediction/action_prediction_locator_axtree.py
optexity/inference/agents/index_prediction/prompt.py
optexity/inference/agents/select_value_prediction/__init__.py
optexity/inference/agents/select_value_prediction/prompt.py
optexity/inference/agents/select_value_prediction/select_value_prediction.py
optexity/inference/agents/two_fa_extraction/__init__.py
optexity/inference/agents/two_fa_extraction/prompt.py
optexity/inference/agents/two_fa_extraction/two_fa_extraction.py
optexity/inference/core/__init__.py
optexity/inference/core/logging.py
optexity/inference/core/run_assertion.py
optexity/inference/core/run_automation.py
optexity/inference/core/run_extraction.py
optexity/inference/core/run_interaction.py
optexity/inference/core/run_misc.py
optexity/inference/core/run_python_script.py
optexity/inference/core/run_two_fa.py
optexity/inference/core/interaction/__init__.py
optexity/inference/core/interaction/handle_agentic_task.py
optexity/inference/core/interaction/handle_check.py
optexity/inference/core/interaction/handle_click.py
optexity/inference/core/interaction/handle_command.py
optexity/inference/core/interaction/handle_hover.py
optexity/inference/core/interaction/handle_input.py
optexity/inference/core/interaction/handle_keypress.py
optexity/inference/core/interaction/handle_select.py
optexity/inference/core/interaction/handle_select_utils.py
optexity/inference/core/interaction/handle_upload.py
optexity/inference/core/interaction/utils.py
optexity/inference/core/two_factor_auth/__init__.py
optexity/inference/infra/__init__.py
optexity/inference/infra/actual_browser.py
optexity/inference/infra/browser.py
optexity/inference/infra/browser_extension.py
optexity/inference/infra/extension_test.py
optexity/inference/infra/utils.py
optexity/inference/models/__init__.py
optexity/inference/models/gemini.py
optexity/inference/models/human.py
optexity/inference/models/llm_model.py
optexity/schema/__init__.py
optexity/schema/automation.py
optexity/schema/callback.py
optexity/schema/enums.py
optexity/schema/inference.py
optexity/schema/memory.py
optexity/schema/task.py
optexity/schema/token_usage.py
optexity/schema/types.py
optexity/schema/actions/__init__.py
optexity/schema/actions/assertion_action.py
optexity/schema/actions/extraction_action.py
optexity/schema/actions/interaction_action.py
optexity/schema/actions/misc_action.py
optexity/schema/actions/prompts.py
optexity/schema/actions/two_fa_action.py
optexity/utils/__init__.py
optexity/utils/settings.py
optexity/utils/utils.py