Get Working Memory
Read the Working Memory file (~/ai-now/memory.md).
Returns today's WM by default, or an archived day's WM if date is provided. This is the single source of truth for WM content — feed events are snapshots.
curl -X GET "http://127.0.0.1:14242/agent/working-memory"{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}