presenton/electron/servers/fastapi/services
sudipnext 5e4ee9e039 Refactor presentation export runtime handling
- Update sync-presentation-export script to read version from package.json instead of export-version.json.
- Change entrypoint from index.js to index.cjs for CommonJS compatibility.
- Implement logic to ensure CommonJS entrypoint is created if missing.
- Modify ExportTaskService to resolve entrypoint path dynamically.
- Remove inline Puppeteer PDF export logic in favor of bundled export package.
- Add runtime availability checks and sync script execution in start.js.
- Introduce helper functions for output path normalization and entrypoint resolution.
2026-04-18 16:49:42 +05:45
..
__init__.py updated 2026-02-20 12:02:23 +05:45
concurrent_service.py updated 2026-02-20 12:02:23 +05:45
database.py feat: implements new template generation flow; refactor: removes old template generation flow and adds new endpoints 2026-04-08 11:25:13 +05:45
document_conversion_service.py feat: enhance document conversion services with improved logging and error handling 2026-03-31 14:06:57 +05:45
documents_loader.py feat: Implement stock image search functionality with Pexels and Pixabay integration 2026-04-07 18:00:16 +05:45
export_task_service.py Refactor presentation export runtime handling 2026-04-18 16:49:42 +05:45
html_to_text_runs_service.py updated 2026-02-20 12:02:23 +05:45
icon_finder_service.py feat: implement unified setup installer for LibreOffice and Chromium dependencies 2026-03-11 20:31:34 +05:45
image_generation_service.py fix: ComfyUI generation issue 2026-04-11 22:02:42 +05:45
lightweight_document_service.py feat: add language parameter to decomposeDocuments API call 2026-03-28 15:34:53 +05:45
liteparse_service.py feat: enhance document conversion services with improved logging and error handling 2026-03-31 14:06:57 +05:45
llm_client.py feat: improve handling of Anthropic responses and add retry logic for content retrieval 2026-03-27 16:45:31 +05:45
llm_tool_calls_handler.py updated 2026-02-20 12:02:23 +05:45
pptx_presentation_creator.py feat: implement image path resolution utility to streamline image handling in FastAPI endpoints and PPTX presentation creator 2026-03-08 20:55:20 +05:45
score_based_chunker.py updated 2026-02-20 12:02:23 +05:45
temp_file_service.py updated 2026-02-20 12:02:23 +05:45
webhook_service.py updated 2026-02-20 12:02:23 +05:45