Get Evolves Edges
Get EVOLVES relationships. Edge direction: older → newer.
When memory_id is provided, returns only edges where that memory participates (as either the older or newer node). Use this to get the full version chain for a specific memory.
Query Parameters
limit?integer
Default
50Range
1 <= value <= 200content_relation?|
unreviewed_only?boolean
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": {}
}
]
}