What problem does it solve? Psychology clinics in Argentina need to coordinate appointment scheduling, patient communication, tax-compliant invoicing, and telehealth sessions across disconnected tools, which creates manual overhead and compliance risk. ## Core Features & Use Cases - Intelligent Scheduling: NestJS agenda module with conflict detection and available-slot computation, paired with a SvelteKit 5 calendar UI. - WhatsApp Automation: Baileys-based appointment confirmations, reminders, and crisis keyword detection sent directly to patients. - AFIP Electronic Invoicing: Generates CAE-authorized invoices via the AFIP SDK with monthly billing reports per practitioner. - AI Clinical Assistance: Claude Opus and Sonnet models summarize session notes, suggest documentation improvements, and predict therapeutic outcomes. - Video Consultations: LiveKit token generation and a Svelte video room component for secure telehealth sessions. - Use Case: A multi-practitioner clinic books a virtual session, the patient receives a WhatsApp confirmation, joins a LiveKit video call, and the clinic issues an AFIP-compliant invoice with a MercadoPago payment link. ## Quick Start Set up the Sesión clinic workflow platform by cloning the repository, configuring the environment variables for PostgreSQL, Redis, Anthropic, WhatsApp, AFIP, and LiveKit, then running the Prisma migrations and starting the NestJS backend and SvelteKit frontend.