add websearch

This commit is contained in:
2026-02-21 00:04:42 -05:00
parent a50de55fa0
commit 3fc0914946
7 changed files with 1294 additions and 350 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env bb
(require '[agent :as agent])
(require '[agent.app :as app])
(apply agent/-main *command-line-args*)
(apply app/-main *command-line-args*)