Get Evolves Edges
Get memory evolution chains.
Shows how memories have been updated, enriched, or superseded over time. Filter by a specific memory_id to see its full version history.
Query Parameters
limit?Limit
Default
50Range
1 <= value <= 200content_relation?string|null
unreviewed_only?Unreviewed Only
Default
falsememory_id?|
Filter to EVOLVES edges where this memory appears as older or newer node.
Response Body
application/json
application/json
curl -X GET "http://127.0.0.1:14242/agent/evolves"{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}