Get Memory Digest
get_memory_digestRetrieve the current memory digest for a project to review consolidated memories without re-running consolidation. Optionally disable auto-load injection.
Instructions
Retrieve the current memory digest for a project without re-running consolidation.
Returns None if no digest exists. Use consolidate_memories first to generate one.
Optionally set disable=True to suppress auto-load injection for this digest, or disable=False to re-enable injection. Omit disable to just read the current state.
Args: project: Project name surface: Surface filter (or None for all) disable: If provided, update the disabled flag on the digest
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| disable | No | ||
| project | Yes | ||
| surface | No |