USER.md file holds what your agent knows about the person it’s helping — name, preferences, context. Place it inside your workspace directory and the agent can read and update it to personalize assistance.
Where to Use
You can useUSER.md with:
- Agent with workspace — Set the
workspaceparameter on your Agent - AutonomousAgent — Comes with workspace support built-in
How It Works
- Create a file called
USER.mdin your workspace folder (same folder asAGENTS.mdandSOUL.md) - Set the
workspaceparameter on your agent to point to that folder - The agent reads
USER.mdwhen instructed byAGENTS.md(e.g. “ReadUSER.md— this is who you’re helping”) and can update it as it learns about the user

