CAD Agent Give your AI agent eyes for CAD work. Description CAD Agent is a rendering server that lets AI agents see what they're building. Send modeling commands → receive rendered images → iterate visually. Use when: designing 3D-printable parts, parametric CAD, mechanical design, build123d modeling Architecture Critical: All CAD logic runs inside the container. You (the agent) only: 1. Send commands via HTTP 2. View the returned images 3. Decide what to do next Never do STL manipulation, mesh processing, or rendering outside the container. The container handles everything — you just command…