diff --git a/ui/desktop/index.web.html b/ui/desktop/index.web.html new file mode 100644 index 000000000..f21a99744 --- /dev/null +++ b/ui/desktop/index.web.html @@ -0,0 +1,40 @@ + + +
+ + +Garza OS AI Agent
+AI coding agent for Garza OS
+Powered by Goose + Kimi K2.5
+
+ {JSON.stringify(args, null, 2)}
+
+
+ {typeof result.result === "string"
+ ? result.result
+ : JSON.stringify(result.result, null, 2)}
+
+