What problem does it solve? Setting up the AMD Instinct webtools ecosystem requires cloning seven separate GitHub repositories, wiring the shared UI SDK into each consumer, and starting services on the correct ports — a repetitive, error-prone manual process. ## Core Features & Use Cases - One-line suite clone: A single curl command clones webtools-ui and all six consumers (llm-benchmark, dc-planner, cluster-manager, demo-portal, knowledge-exchange, slide-presenter) into ~/workspace. - Per-tool installers: Individual install scripts verify the shared/ mount, run setup, and start each tool on its designated port (e.g., Tools Hub on 8090, llm-benchmark API on 8787). - Configurable environment: Variables like WT_WORKSPACE, WT_ORG, WT_PROTO, and SETUP_PROFILE control clone destination, protocol, and install profiles (including air-gapped and tune-only modes). - Use Case: A new engineer joins the team and needs the full Tools Hub running locally — run install-all.sh, verify shared/css/base.css in each consumer, then start only the tools needed. ## Quick Start Ask the agent to install the full webtools suite and all six consumer tools into your local workspace.