(ctx context.Context, query string, tags []string, limit int)
| 373 | Load(ctx context.Context, id string) (*Memory, error) |
| 374 | List(ctx context.Context, scope MemoryScope, projectID string, limit int) ([]*Memory, error) |
| 375 | Search(ctx context.Context, query string, tags []string, limit int) ([]*Memory, error) |
| 376 | Delete(ctx context.Context, id string) error |
| 377 | } |
no outgoing calls