Agent识别库增加KV存储

This commit is contained in:
GoEdgeLab
2024-03-31 15:05:07 +08:00
parent 1a74bcd76c
commit e2c9839761
9 changed files with 374 additions and 171 deletions

View File

@@ -15,7 +15,7 @@ func TestNewManager(t *testing.T) {
return
}
var db = agents.NewDB(Tea.Root + "/data/agents.db")
var db = agents.NewSQLiteDB(Tea.Root + "/data/agents.db")
err := db.Init()
if err != nil {
t.Fatal(err)