Hi! I'm building an agent in OpenClaw that needs to reference a local data file (JSON) stored in its workspace. What's the most efficient way to inject this data into the agent's context ā only when the user asks about it ā without putting it directly in SOUL.md (which would consume tokens every session)?
I know SOUL.md and USER.md are auto-injected every session. Is there a way to load a file on-demand, similar to RAG or lazy loading? Or is embedding in SOUL.md the only option for workspace files?