Skip to content

记忆

语言:四川话 | English | 普通话 | 日本語

不是对话历史,是自己攒的备注,要得就拼进 prompt(pagent.memory,实验性)。

python
from pagent.memory import Memory
from pagent import Session

notes = Memory()
notes.add("用户偏好公制。")

session = Session(f"你是助手。\n\n备注:\n{notes.as_text()}")

莫得自动挂 Agent。存盘:notes.save_to_file("notes.json")Memory.load_from_file(...)

相关

Released under the MIT License.