Agent-JAE/packages/web-ui/example/server
JAE 00e9816e57
Some checks are pending
CI / build-check-test (push) Waiting to run
feat: add bash/browser agent tools + Docker support
- bash-tool.ts: execute shell commands via tool-server HTTP API
- browser-tool.ts: Playwright browser automation (navigate, click, type, screenshot)
- tool-server.mjs: Node.js HTTP server for bash exec + Playwright control (port 7700)
- Dockerfile + docker-compose.yml for containerised deployment
- Register tools in agent toolchain (main.ts, index.ts)
- Add dev:all script to run Vite + tool-server concurrently
2026-03-26 23:36:29 +00:00
..
browser-server.mjs feat: add embedded terminal (xterm.js) and playwright browser panel 2026-03-26 20:10:57 +00:00
terminal-server.mjs feat: add embedded terminal (xterm.js) and playwright browser panel 2026-03-26 20:10:57 +00:00
tool-server.mjs feat: add bash/browser agent tools + Docker support 2026-03-26 23:36:29 +00:00