Spaces:
Sleeping
Sleeping
| # Agent memory | |
| This file is the agent's persistent memory across conversations. The user | |
| can view and edit it from the UI. | |
| The agent should read this at the start of every conversation and update it | |
| when it learns something durable about the user, the project, or the work | |
| in progress. | |
| --- | |
| ## User profile | |
| _(filled in over time — role, background, what they're studying)_ | |
| ## Project context | |
| _(what cases the user is currently focused on, deadlines, paper figures | |
| they're trying to reproduce)_ | |
| ## Preferences | |
| _(default parameter values the user prefers, plotting choices, naming | |
| conventions for runs)_ | |
| ## Findings & decisions | |
| _(non-obvious things the agent learned: parameter values that work / fail, | |
| what the user has rejected, prior optimization results worth remembering)_ | |
| ## Open questions | |
| _(stuff the user said they'd come back to)_ | |