mirror of
https://gitcode.com/JianFeeeee/HomeAgent.git
synced 2026-09-27 04:43:11 +00:00
- Separate built-in plugin interface from external plugin interface - Route dynamic plugin loading through homeagent-sdk/sdk using reflection - Turn internal/sdk into an enhanced wrapper over canonical SDK types - Vendor SDK repo snapshot under third_party/homeagent-sdk for stable builds - Keep internal constructors/adapters for memory, knowledge, llm, settings - Align dynamic QQ loading with canonical SDK chain
15 lines
354 B
Modula-2
15 lines
354 B
Modula-2
module gitcode.com/JianFeeeee/HomeAgent
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
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
|
|
gitcode.com/JianFeeeee/homeagent-sdk v0.0.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
replace gitcode.com/JianFeeeee/homeagent-sdk => ./third_party/homeagent-sdk
|