项目初始化

This commit is contained in:
2026-08-13 18:22:55 +08:00
commit a9bb127cf0
3 changed files with 11 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
module myaibot
go 1.26.4
+7
View File
@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}
+1
View File
@@ -0,0 +1 @@
这是一个ai机器人项目,需要实现记忆融合,记忆分为短期记忆(位于内存),长期记忆(位于数据库)