(ctx context.Context, session *Session)
| 93 | GetSessionSummaries(ctx context.Context) ([]Summary, error) |
| 94 | DeleteSession(ctx context.Context, id string) error |
| 95 | UpdateSession(ctx context.Context, session *Session) error // Updates metadata only (not messages/items) |
| 96 | SetSessionStarred(ctx context.Context, id string, starred bool) error |
| 97 | |
| 98 | // === Granular item operations === |
no outgoing calls