Skip to content

Change visualizer agent into an intent-driven multi-stage edit pipeline#13

Open
ErHxyun wants to merge 1 commit into
acmlab:gh-pagefrom
ErHxyun:feat/visualizer-agent-local-smoke
Open

Change visualizer agent into an intent-driven multi-stage edit pipeline#13
ErHxyun wants to merge 1 commit into
acmlab:gh-pagefrom
ErHxyun:feat/visualizer-agent-local-smoke

Conversation

@ErHxyun

@ErHxyun ErHxyun commented Mar 17, 2026

Copy link
Copy Markdown
Collaborator
  1. Architecture update:
    The editor now follows this sequence:

Validate input HTML
Classify intent (rules first, then LLM fallback)
Try programmatic DOM edit for low-risk deterministic cases
Try scoped LLM patch on a selected fragment
Fallback to full rewrite only when needed
Validate output and run drift checks before returning success

  1. Known issue on my side
    I could not run consistently stable end-to-end local UI testing because Ollama was intermittently unavailable or blocked by host/origin mismatch in my environment.

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