count_memories
Count the total stored memories for a given agent and user pair. Helps monitor and manage memory usage within the memex persistence service.
Instructions
Return the total number of stored memories for an agent/user pair.
Args:
agent_id: Agent identifier.
user_id: User identifier.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | ||
| user_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |