Added
client.signals.create,client.signals.update, andclient.signals.deleteonLatitudeApiClientandAsyncLatitudeApiClient— author signals over the API.createregisters a signal with its own evaluation (declarative settings, e.g. an LLM judge withcriteria, or a rawscript) plus optionalpriorityandfilters;updatechanges a signal'sname,description, andfilters;deleteremoves a user-authored signal. Adds theCreateSignalResponseandUpdateSignalResponsetypes.
Changed
Evaluation.alignmentandEvaluation.aligned_atare now optional — they are omitted for raw or deterministic evaluations that are not annotation-aligned.