list_memories
Retrieve stored memories and learnings with optional filters by workspace, repository, or category. Includes global memories when filtering by workspace.
Instructions
List stored memories/learnings.
Retrieves all stored memories, optionally filtered by scope or category. Global memories (workspace=None) are always included when filtering by workspace.
Args: workspace: Filter by workspace (includes global memories too) repository: Filter by repository category: Filter by category (pipeline, testing, coding_style, tools, workflow, general)
Returns: JSON list of memories matching the filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | ||
| workspace | No | ||
| repository | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |