agent notes initial commit

This commit is contained in:
Arjun 2026-03-21 18:59:24 +05:30
parent c41586b85d
commit 63549f5df9
4 changed files with 515 additions and 0 deletions

View file

@ -9,6 +9,7 @@ export const ServiceName = z.enum([
'voice_memo',
'email_labeling',
'note_tagging',
'agent_notes',
]);
const ServiceEventBase = z.object({