Resolve Event
Resolve an action-required feed event and optionally execute graph mutations.
Resolution marks the event as resolved in the JSONL file. Action (optional) executes a graph mutation:
- delete_memory: Delete all specified memories
- keep_newer: Delete the first (older) memory, keep the rest
Path Parameters
event_id*string
Query Parameters
resolution*string
Resolution type: accepted|dismissed|merged
action?|
Graph action: delete_memory|keep_newer
memory_ids?|
Comma-separated memory IDs to act on
Response Body
application/json
application/json
curl -X POST "http://127.0.0.1:14242/agent/feed/events/string/resolve?resolution=string"{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}