Implement features: UI overhaul with Edit/Chat, speaker notes, and co…#5
Open
Implement features: UI overhaul with Edit/Chat, speaker notes, and co…#5
Conversation
…ntent sizing - Completely redesigned `html_ui.py` with a sidebar layout, report type selection, and an Editor tab featuring slide previews and integrated Copilot chat. - Added backend endpoints in `flask_app.py` for retrieving content logs, handling targeted slide regeneration via chat, and saving manual edits. - Implemented `regenerate_slide_content` in `ExecutionOrchestrator` to modify specific slides (e.g., convert to chart/table) based on user instructions. - Implemented `generate_presentation_from_log` to rebuild PPTX files from modified execution logs. - Added `generate_speaker_notes` to `ContentGenerator` and integrated it into `ExecutionOrchestrator`. - Implemented content sizing logic (`_calculate_word_limit`) to prevent text overflow. - Enhanced `layout_analyzer.py` with layout categorization logic. - Updated `PlanGeneratorOrchestrator` to support different report modes (Sales, Executive, etc.).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…ntent sizing
html_ui.pywith a sidebar layout, report type selection, and an Editor tab featuring slide previews and integrated Copilot chat.flask_app.pyfor retrieving content logs, handling targeted slide regeneration via chat, and saving manual edits.regenerate_slide_contentinExecutionOrchestratorto modify specific slides (e.g., convert to chart/table) based on user instructions.generate_presentation_from_logto rebuild PPTX files from modified execution logs.generate_speaker_notestoContentGeneratorand integrated it intoExecutionOrchestrator._calculate_word_limit) to prevent text overflow.layout_analyzer.pywith layout categorization logic.PlanGeneratorOrchestratorto support different report modes (Sales, Executive, etc.).