Getting image to generate#957
Open
TravisHilbert wants to merge 204 commits into
Open
Conversation
…deployment name fallback
…on with deployment name fallback" This reverts commit c513f4b.
…g print statements and streamline logging
…team objects and streamline AzureAIClient initialization
refactor: replace avm module with bicep module for search service for initial provisioning
refactor: Code quality fix
…or AI Foundry connection
fix: Filter the files path for pipeline run
Added notes about tenant security restrictions and Azure OpenAI quota availability.
Added note about security restrictions and WAF-supported version deployment.
docs: Added content in Readme and deploymentguide for SFI issue
fix: Resolved a copilot suggestion
feat: merging dev to main
fix: updated the local deployment changes
fix: updated multiple packages
fix: added the env variable in backend to run it locally
fix: Downmerge from main to dev-v4
fix: Dev v4 to main merge
fix: update cd ./src/frontend to cd ./src/App in setupEnv File
- Add content_gen.json team config (7-agent marketing content gen team) - Add ImageAgent backend class: calls gpt-image-1 directly, pushes image to user via WebSocket to avoid base64 flooding the agent conversation - Add image_agent.py and wire into magentic_agent_factory.py (type=image bypass) - Add AZURE_OPENAI_IMAGE_DEPLOYMENT_NAME to app_config.py - Add gpt-image-1 (GlobalStandard) model deployment to main.bicep - Add eastus to allowed AI service locations in main.bicep - Wire team_config.plan into HumanApprovalMagenticManager planning prompts so manager LLM follows the declared workflow sequence - Increase max_rounds from 20 to 30 for longer multi-agent workflows - Add upload_images_to_cosmos.py: uploads product images to CosmosDB - Add content gen data upload to Selecting-Team-Config-And-Data.ps1 (option 6) - Add azure-cosmos to requirements.txt
Co-authored-by: Copilot <copilot@github.com>
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.
Co-authored-by: Copilot copilot@github.com
Purpose
Does this introduce a breaking change?
How to Test
What to Check
Verify that the following are valid
Other Information