Added minimal playground

This commit is contained in:
Dillon DuPont
2025-08-19 17:46:41 -04:00
parent 56dfbd0dc4
commit faec64029b

View File

@@ -3,10 +3,10 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CUA Agent Client Browser Example</title>
<title>CUA Agent Playground Example</title>
</head>
<body>
<h1>CUA Agent Client Browser Example</h1>
<h1>CUA Agent Playground Example</h1>
<div>
<h2>Configuration</h2>
@@ -23,7 +23,7 @@
<input type="text" id="message" placeholder="Enter your message here..." style="width: 400px;"><br><br>
<button onclick="sendMessage()">Send Message</button>
<button onclick="checkHealth()">Check Health</button>
<!-- <button onclick="checkHealth()">Check Health</button> -->
<button onclick="clearOutput()">Clear Output</button><br><br>
<label for="output">Output:</label><br>