count_memories
Count the total stored memories for a specific agent and user pair, enabling agents to assess memory accumulation and manage storage.
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 |