mirror of
https://gitcode.com/JianFeeeee/HomeAgent.git
synced 2026-09-21 09:28:14 +00:00
- Embed sdk/, example/, meta/, go.mod from homeagent-sdk (no .git)
- Core .gitignore excludes SDK toolchain: bin/, tools/, package/
- RegisterInputChannel + ChannelDef(NoMemory, Cleaner) in SDK
- IOManager input channel registry with GetInputChannelDef
- eventloop: apply channel Cleaner/NoMemory to interrupt text
- context engine: channelDefLookup applied in textForVector
- document store: ChannelCleaner param for archive functions
- All callers/adapters updated with ChannelDef{} default
18 lines
384 B
Modula-2
18 lines
384 B
Modula-2
module gitcode.com/JianFeeeee/HomeAgent
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/mattn/go-sqlite3 v1.14.48
|
|
github.com/yuin/gopher-lua v1.1.2
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require github.com/yanyiwu/gojieba v1.4.7
|
|
|
|
require github.com/yalue/onnxruntime_go v1.13.0
|
|
|
|
require gitcode.com/JianFeeeee/homeagent-sdk v0.7.2
|
|
|
|
replace gitcode.com/JianFeeeee/homeagent-sdk => ./third_party/homeagent-sdk
|