Unified Agent + reusable Go agent core.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix dep

Lyric be75a1d2 df2347ce

+2 -1
+1 -1
go.mod
··· 8 8 github.com/google/uuid v1.6.0 9 9 github.com/gorilla/websocket v1.5.3 10 10 github.com/lyricat/goutils v1.2.3 11 + github.com/nickalie/go-webpbin v0.0.0-20220110095747-f10016bf2dc1 11 12 github.com/quailyquaily/uniai v0.1.3 12 13 github.com/spf13/cobra v1.8.1 13 14 github.com/spf13/viper v1.19.0 ··· 34 35 github.com/mholt/archiver v3.1.1+incompatible // indirect 35 36 github.com/mitchellh/mapstructure v1.5.0 // indirect 36 37 github.com/nickalie/go-binwrapper v0.0.0-20190114141239-525121d43c84 // indirect 37 - github.com/nickalie/go-webpbin v0.0.0-20220110095747-f10016bf2dc1 // indirect 38 38 github.com/nwaples/rardecode v1.1.0 // indirect 39 39 github.com/openai/openai-go/v3 v3.2.0 // indirect 40 40 github.com/pelletier/go-toml/v2 v2.2.2 // indirect
+1
go.sum
··· 131 131 golang.org/x/crypto v0.47.0/go.mod h1:ff3Y9VzzKbwSSEzWqJsJVBnWmRwRSHt/6Op5n9bQc4A= 132 132 golang.org/x/exp v0.0.0-20250606033433-dcc06ee1d476 h1:bsqhLWFR6G6xiQcb+JoGqdKdRU6WzPWmK8E0jxTjzo4= 133 133 golang.org/x/exp v0.0.0-20250606033433-dcc06ee1d476/go.mod h1:3//PLf8L/X+8b4vuAfHzxeRUl04Adcb341+IGKfnqS8= 134 + golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d h1:RNPAfi2nHY7C2srAV8A49jpsYr0ADedCk1wq6fTMTvs= 134 135 golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d/go.mod h1:023OzeP/+EPmXeapQh35lcL3II3LrY8Ic+EFFKVhULM= 135 136 golang.org/x/net v0.49.0 h1:eeHFmOGUTtaaPSGNmjBKpbng9MulQsJURQUAfUwY++o= 136 137 golang.org/x/net v0.49.0/go.mod h1:/ysNB2EvaqvesRkuLAyjI1ycPZlQHM3q01F02UY/MV8=