aiana_session_list
Retrieve and organize project sessions from semantic memory storage, displaying them by recent activity to maintain context across work.
Instructions
List sessions grouped by project. Sessions are derived from memories that share a sessionId. Returns sessions sorted by most-recent activity.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Filter sessions to a specific project. | |
| limit | No | Maximum number of sessions to return. Default: 20. |