fix: ruff

This commit is contained in:
tcmofashi
2025-06-03 16:09:17 +08:00
parent 897d97c154
commit 103ab0ff8e
14 changed files with 414 additions and 358 deletions

View File

@@ -121,7 +121,7 @@ class WorkingMemoryProcessor(BaseProcessor):
)
print(f"prompt: {prompt}")
# 调用LLM处理记忆
content = ""
try: