feat:增加存储用户对话记录

This commit is contained in:
2026-05-28 13:55:37 +08:00
parent 613f426aee
commit c136426589
11 changed files with 122 additions and 18 deletions

5
test.py Normal file
View File

@@ -0,0 +1,5 @@
from agent import model
if __name__ == '__main__':
response = model.invoke("西红柿、鸡蛋")
print(response)