feat: agent browser (#200)

* feat: agent browser

* chore: complete docker and action config

* feat: more actions

* feat: browser tab switch

* fix: browser build

* fix: lint

* fix: migrations
This commit is contained in:
Acbox Liu
2026-03-07 15:06:00 +08:00
committed by GitHub
parent 21999b49f4
commit bafd327b6b
67 changed files with 3586 additions and 47 deletions
+5
View File
@@ -47,6 +47,11 @@ host = "127.0.0.1"
port = 8081
server_addr = ":8080"
[browser_gateway]
host = "127.0.0.1"
port = 8083
server_addr = ":8080"
[web]
host = "127.0.0.1"
port = 8082