Fix content overflow and preview 10970327313209395435#14
Open
Fix content overflow and preview 10970327313209395435#14
Conversation
- Removed fallback mock data in core_agents.py causing "Aspect {i}" strings
- Improved content description generation to avoid "Analysis - supporting" strings
- Updated execution_orchestrator.py to use cached layout analysis for accurate role determination
- Implemented stricter overflow protection logic in execution_orchestrator.py and content_generator.py
- Ensured previews reflect actual execution log content
- Core Agents: Implemented STRICT algorithmic enforcement of layout diversity (Charts, Tables, Icon Grids) to override LLM tendencies toward bullet points. Replaced "Aspect/Analysis" fallbacks with dynamic query-based generation. Added semantic content matching using TemplateAnalyzer data. - Execution Orchestrator: Fixed role determination by utilizing cached analyzer data. Correctly routed `pictogram` and `icon_grid` content types. - Content Generator: Enforced stricter word count constraints. - General: Removed legacy code and ensured preview endpoint reads actual execution logs.
- Core Agents: Implemented STRICT algorithmic enforcement of layout diversity (Charts, Tables, Icon Grids) to override LLM tendencies toward bullet points. Replaced "Aspect/Analysis" fallbacks with dynamic query-based generation. Added semantic content matching using TemplateAnalyzer data. - Execution Orchestrator: Fixed role determination by utilizing cached analyzer data. Correctly routed `pictogram` and `icon_grid` content types. - Content Generator: Enforced stricter word count constraints. - General: Removed legacy code and ensured preview endpoint reads actual execution logs.
- Core Agents: Implemented STRICT algorithmic enforcement of layout diversity (Charts, Tables, Icon Grids). - Execution Orchestrator: Fixed role determination by utilizing cached analyzer data. Correctly routed `pictogram` and `icon_grid` content types. - Content Generator: Enforced stricter word count constraints. - General: Removed legacy code and ensured preview endpoint reads actual execution logs.
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.
No description provided.