Kraft102's picture
fix: sql.js Docker/Alpine compatibility layer for PatternMemory and FailureMemory
5a81b95
# WidgeTDC PowerPoint Integration - Environment Configuration
# OpenAI API
OPENAI_API_KEY=your_openai_key_here
# ChatPPT-MCP API (optional)
CHATPPT_API_KEY=your_chatppt_key_here
CHATPPT_API_URL=https://api.yoo-ai.com/mcp
# PPTAgent Service
PPTAGENT_URL=http://localhost:9297
PPTAGENT_UI_URL=http://localhost:8088
PPTAGENT_LANGUAGE_MODEL=Qwen2.5-72B-Instruct
PPTAGENT_VISION_MODEL=gpt-4o-2024-08-06
PPTAGENT_TEXT_MODEL=text-embedding-3-small
# MultiAgentPPT Services
MULTIAGENT_OUTLINE_URL=http://localhost:10001
MULTIAGENT_SLIDES_URL=http://localhost:10011
MULTIAGENT_DOWNLOAD_URL=http://localhost:10021
# Database
DATABASE_URL=postgresql://postgres:welcome@localhost:5433/widgetdc_ppt
# Redis
REDIS_URL=redis://localhost:6380
# Dataset Paths
ZENODO10K_PATH=C:\Users\claus\Projects\WidgeTDC\training-data\Zenodo10K
# Template Service
TEMPLATE_SERVICE_URL=http://localhost:3010
TEMPLATE_CACHE_TTL=3600
# MCP PowerPoint Server
MCP_POWERPOINT_PATH=C:\Users\claus\Projects\powerpoint-mcp
MCP_POWERPOINT_OUTPUT=C:\Users\claus\Projects\WidgeTDC\presentations
# WidgeTDC Integration
WIDGETDC_BACKEND_URL=http://localhost:3000
WIDGETDC_FRONTEND_URL=http://localhost:5173
# Agent Configuration
AGENT_TIMEOUT_MS=60000
AGENT_MAX_RETRIES=3
AGENT_PARALLEL_LIMIT=3
# Quality Settings
MIN_CONTENT_SCORE=7.0
MIN_DESIGN_SCORE=7.0
MIN_COHERENCE_SCORE=7.0
# Logging
LOG_LEVEL=info
LOG_DIR=logs