mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-05 07:10:44 +00:00
minor fix - memory are enum serialization
This commit is contained in:
parent
f1fc79c26f
commit
6bc329e528
1 changed files with 1 additions and 1 deletions
|
|
@ -308,7 +308,7 @@ class Memory:
|
|||
log_item,
|
||||
abs_knowledge_dir(kn_dir),
|
||||
index,
|
||||
{"area": Memory.Area.MAIN},
|
||||
{"area": Memory.Area.MAIN.value},
|
||||
filename_pattern="*",
|
||||
recursive=False,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue