Messing around... might delete later... nvm this kinda works sometimes#190
Draft
dimavrem22 wants to merge 20 commits intomainfrom
Draft
Messing around... might delete later... nvm this kinda works sometimes#190dimavrem22 wants to merge 20 commits intomainfrom
dimavrem22 wants to merge 20 commits intomainfrom
Conversation
16c8e2f to
f5c0ac4
Compare
f6f4b09 to
9e02176
Compare
Create DOMDataLoader for parsing CDP DOMSnapshot.captureSnapshot data with element extraction (forms, inputs, buttons, links, tables, headings, clickable), plus new methods for meta tags, script tags (with inline content for __NEXT_DATA__ etc.), and hidden inputs for token/key discovery. Add DOMSpecialist agent with 15 tools wrapping the loader, TUI run script, HTTP adapter integration, and exploration scripts for storage/network/UI domains. Includes 89 unit tests and API indexing data models for the exploration phase. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ation - Rename UISpecialist → InteractionSpecialist (DOM tools optional, interactions primary) - Delete old InteractionSpecialist (subset of new one) - Clean run_dom_exploration.py to DOM-only (no interaction auto-upgrade) - Create run_ui_exploration.py using InteractionSpecialist for user intent - Add UIExplorationSummary model, remove user_inputs/inferred_intent from DOMExplorationSummary - Update InterestLevel enum in network exploration prompt - Add exploration_output/ with all 4 Premier League capture results - Add planning docs Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…on dam tokens????
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ements - Fix pipeline diagram to show workers report to PI, not directly to inspector - Clarify iteration definition (one LLM API call, not one tool call) - Remove fabricated anti-bot bullet from DOM exploration; add to spec_v2 as improvement - Clarify PI-side quality gates are pure Python static checks (no LLM) - Clarify auth-first ordering is prompt-only, not enforced in code - Fix UI exploration data source: InteractionSpecialist also gets DOM loader - Add --max-pi-attempts CLI flag (was hardcoded MAX_PI_ATTEMPTS = 3) - Add docs/api_indexing_spec_v2/potential_improvements.md with 3 improvements: 1. WindowProperty exploration specialist 2. True pipeline resumability and agent thread replay 3. Anti-bot detection as first-class exploration output Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…rkers only Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ts improvement Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…provement (#5) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…orrect test params Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
cc32e90 to
91e1ad9
Compare
…, tool observability, output schemas, PI execution visibility Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
All system prompts from every agent in the API indexing pipeline in one file for easy auditing: exploration specialists, PI, worker, inspector, plus dynamic sections and schemas. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…dd impact/effort ratings Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.