Run governance analysis.
If request.memory_items is provided, analyze those items directly. Otherwise, callers should first gather items via /memory/search and pass them here.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/memory/governance/run-analysis" \ -H "Content-Type: application/json" \ -d '{}'null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Route Query
Route a query to the cheapest effective retrieval method (symbolic, semantic, or hybrid).
Run Dream Phase
**Deprecated:** the "dream" phase promoted ``memory_type="working"`` items retroactively. CORE-MEMORY-DYNAMICS-1 M1b renamed ``working`` to ``pending`` and moved routing to at-ingest via the ConsolidationRouter. This endpoint is a no-op retained for caller compatibility.