Resolve Event
Resolve an action-required feed event.
Marks the event as resolved and optionally acts on the flagged memories:
- delete_memory deletes one explicitly specified memory.
- keep_newer links older -> newer as EVOLVES(replaces) and marks older non-latest.
- keep_both links both memories without deleting either.
Path Parameters
event_id*Event Id
Query Parameters
resolution?|
Resolution type: accepted|dismissed|merged
action?|
Graph action: delete_memory|keep_newer|keep_both
memory_ids?|
Comma-separated memory IDs to act on
resolution_note?|
Optional human/agent note explaining a custom resolution
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/agent/feed/events/string/resolve" \ -H "Content-Type: application/json" \ -d '{}'{}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}