Hi Krill β quick config question before I wire up a second agent.
I'm adding a support/maintenance agent (separate from the main user agent) to an existing openclaw.json that uses agents.list[]. I want this agent to have its own memorySearch.extraPaths pointing at a local knowledge base (GOTCHAS.md, BUGS.md, a few .md files), but I don't want those paths polluting the main agent's memory searches.
Two questions:
- Does memorySearch.extraPaths work when set per-agent inside agents.list[], or only under agents.defaults?
- If per-agent scoping isn't supported, what's the recommended pattern for giving a specific agent docs-first access to a local knowledge folder?
Running v2026.4.15. Thanks.