Skip to content

Conversation

@IovetsNikolay
Copy link
Contributor

performInteractiveExploration() purpose: Discover what each button/link actually DOES when clicked.
This could be baseline logic, after proof that it researches better

Algorithm:

  1. Collect all interactive elements from ARIA snapshot
    • No AI call needed - direct parsing
  2. For each element:
    • Click it
    • Detect result (navigation, modal, content change)
    • Record outcome
    • Return to original state
  3. Generate structured report

Flow:
/research --deep

  1. performDeepAnalysis() runs first:
    └── Expands hidden menus, dropdowns, accordions
    └── Documents what's inside them
  2. performInteractiveExploration() runs after:
    └── Clicks visible buttons/links
    └── Documents what each one does
  3. Combined output:
    └── Complete picture of page structure AND behavior

@IovetsNikolay IovetsNikolay force-pushed the add_deep_interactive_exploration_mode_for_researcher branch from f7ea856 to bf43441 Compare February 2, 2026 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant