feat: websocket client and command router

This commit is contained in:
2026-08-02 01:39:48 -04:00
parent 7150a6dcd9
commit 8a97bc7fbd
5 changed files with 115 additions and 3 deletions
+4 -1
View File
@@ -2,4 +2,7 @@ module github.com/theta42/theta-agent
go 1.22.2
require gopkg.in/yaml.v3 v3.0.1 // indirect
require (
github.com/gorilla/websocket v1.5.3 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)