Get Working Memory
Read the agent's working memory.
Returns today's working memory by default. Pass a date (YYYY-MM-DD) to read an archived day instead.
curl -X GET "http://127.0.0.1:14242/agent/working-memory"{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}