list_memories
Retrieve a sorted list of non-expired memories for an agent, ordered by most recent. Specify an agent ID and optional result limit.
Instructions
List all memories stored under an agent ID, ordered by most recently written. Expired memories are excluded. Costs 1 credit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | The agent identifier. | |
| limit | No | Max results. Default 50, max 200. |