Files
HomeAgent/go.mod
root b55f1dcf0e fix: cap distiller startup scan and switch to formal SDK module dependency
- replace vendored third_party/homeagent-sdk with formal module dependency
- keep canonical SDK via go.mod pinned commit
- optimize distiller startup loading to stream recent raw records only
- parse timestamps correctly and cap startup load to 5000 records
- remove quadratic string building in raw record parsing
- restore fast startup while preserving memory pipeline
2026-07-06 20:18:13 +08:00

14 lines
306 B
Modula-2

module gitcode.com/JianFeeeee/HomeAgent
go 1.19
require (
gitcode.com/JianFeeeee/homeagent-sdk v0.0.0-20260706112739-e073074a267d
github.com/gorilla/websocket v1.5.3
github.com/mattn/go-sqlite3 v1.14.22
github.com/yanyiwu/gojieba v1.4.7
github.com/yuin/gopher-lua v1.1.2
gopkg.in/yaml.v3 v3.0.1
)