Agents UI

Frontend integrated separately from the Go backend.

将 Go 后端与独立前端分离运行

这个前端通过 Next.js rewrite 把 /api/* 代理到 AGENTS_API_BASE_URL,默认指向 http://127.0.0.1:8080。 现阶段已经接入 session、sandbox、chat stream、files 和 settings。

Quick Start