🎨 更新 Python 依赖版本至 3.10,新增 pre-commit 工作流及配置文件

This commit is contained in:
2024-12-13 02:23:38 +08:00
parent 8462830c91
commit 8defcfdd66
38 changed files with 350 additions and 229 deletions

View File

@ -1,2 +1,2 @@
async def write_memory(memory: str):
return ""
return ""

View File

@ -4,7 +4,7 @@
"function": {
"name": "marshoai-memory__write_memory",
"description": "当你想记住有关与你对话的人的一些信息的时候,调用此函数。",
"parameters": {
"parameters": {
"type": "object",
"properties": {
"memory": {
@ -18,4 +18,4 @@
]
}
}
]
]