redesign-agent

OpsAgentsAI/redesign-agent
★ 0 stars Python 🤖 AI/LLM Updated today
Open-source AI website-redesign agent — a Google-native ADK multi-agent (Gemini on Vertex AI Agent Engine) that audits a page, proposes a layout, drafts bilingual HE+EN copy, and stops at a human-approval gate. Integrates the Arize Phoenix MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "redesign-agent": {
      "command": "uvx",
      "args": [
        "redesign-agent"
      ]
    }
  }
}

Or install with pip: pip install redesign-agent

README Excerpt

> Point it at any live web page. A Google-native **ADK supervisor-worker** agent audits the page, > proposes a new block layout, and drafts **bilingual (Hebrew + English)** copy — narrating its > reasoning per block — then **halts at a hard human-approval gate** before anything is published. > > Open-source agency template. Built on Google's Agent Development Kit, runs on **Vertex AI Agent