get_recent_memories
Retrieve recent memories stored in the HCC memory system. Filter by user or agent and set a numeric limit to control the number of results.
Instructions
Return the most recently created memories.
Args: limit: Max number of results (1-100). Defaults to 20. user_id: Restrict to a specific user. agent_id: Restrict to a specific agent's memories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| user_id | No | ||
| agent_id | No |