status
Retrieve memory store statistics including total memories, counts by type, average weight, and relations. Use at session start to verify relevant context exists or before purging memory.
Instructions
Return memory store statistics — total, by type, weights, counts.
Read-only: yes. No side effects. Call at session start to check if relevant context exists, or before purge to confirm scope contents.
Args: scope: Optional scope filter. Returns global stats if omitted.
Returns: dict: {total_memories, episodic_count, semantic_count, permanent_count, avg_weight, total_relations, conversation_count, last_consolidation}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Scope to get statistics for. All scopes if omitted. |