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
@@ -30,3 +30,8 @@ services:
args:
- VITE_API_URL=${VITE_API_URL:-/api}
- VITE_AGENT_URL=${VITE_AGENT_URL:-/agent}
browser:
build:
context: .
dockerfile: docker/Dockerfile.browser