feat(api): expose process output over websocket

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
tao.chen
2026-07-03 12:23:48 +08:00
co-authored by Claude
parent 11ccdda579
commit 7cd05ba98a
5 changed files with 196 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ go 1.25.0
require (
github.com/gin-gonic/gin v1.12.0
github.com/gorilla/websocket v1.5.3
gopkg.in/yaml.v3 v3.0.1
)