- About the exportDir (for my chat history)
"enabled": true,
"exportDir": "/chat-history",
"retentionDays": 90
},
If i set like this , so that means Openclaw will create new dir inside the workspace dir of my agents for sanitizing the chat history in last 90 days ?
Example: ~/.openclaw/workspace/chat-history/
And EACH OF THE AGENTS will have its own /chat-history/ dir inside its workspace ?
- Regarding memory.qmd.path[]
- I know that is for adding extra directories/files (path, optional pattern, optional stable name).
However, is it we can just add new collection via "qmd add collection" in the shell is enough ? Why need to add these in openclaw.json ?
Please explain the usecase with this and give me best optimized usecase and workflow for this
Thanks @fallen oar