diff qwen3_vl/BUILD @ 280:49e9e591c9bb

Add persistent dictation, prewarmed WebRTC speech input, Copilot SDK routing, animated conversation lifecycle controls, parking, and architecture coverage.
author MrJuneJune <me@mrjunejune.com>
date Tue, 18 Aug 2026 19:14:53 -0700
parents 78699f810817
children
line wrap: on
line diff
--- a/qwen3_vl/BUILD	Mon Aug 17 22:22:36 2026 -0700
+++ b/qwen3_vl/BUILD	Tue Aug 18 19:14:53 2026 -0700
@@ -58,6 +58,17 @@
     data = [":llama_cpp_cuda_runtime"],
 )
 
+sh_binary(
+    name = "serve_canvas",
+    srcs = ["qwen3_vl.sh"],
+    args = [
+        "$(rootpath :llama_cpp_cuda_runtime)",
+        "serve_canvas",
+    ],
+    data = [":llama_cpp_cuda_runtime"],
+    visibility = ["//infinite_canvas:__pkg__"],
+)
+
 sh_test(
     name = "qwen3_vl_test",
     srcs = ["qwen3_vl_test.sh"],