{ "name": "EnCoach AI Services", "version": "19.0.1.0.0", "category": "Education", "summary": "Central AI service layer — OpenAI, Whisper, Polly, ElevenLabs, GPTZero, ELAI", "description": """ Provides a unified AI service layer for the EnCoach platform. - OpenAI GPT-4o / GPT-3.5-turbo (chat, JSON generation, grading) - OpenAI Whisper (speech-to-text) - AWS Polly (text-to-speech) - ElevenLabs (text-to-speech, multilingual) - GPTZero (AI content detection) - ELAI (avatar video generation) - AI Coaching assistant - AI Search, Insights, Report Narrative """, "author": "EnCoach", "depends": ["base", "encoach_core"], "external_dependencies": { "python": ["openai", "boto3"], }, "data": [ "security/ir.model.access.csv", "views/ai_settings_views.xml", "data/ai_defaults.xml", ], "installable": True, "application": True, "license": "LGPL-3", }