Add devcontainer, fix breaking change in azure-ai-projects, add dependabot
#13
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.
Purpose
This pull request introduces several key changes to the development environment and the
enterprise-streaming-agent.ipynbnotebook. The most important changes include the addition of a dev container configuration, setting up Dependabot for automated dependency updates, and updating the notebook with execution counts and outputs.Development Environment Enhancements:
Added a new dev container configuration file
.devcontainer/devcontainer.jsonto streamline the development setup with Python 3, Azure CLI, and UV features. The container also forwards port 7861 and installs required Python packages upon creation.Configured Dependabot in
.github/dependabot.ymlto automate dependency updates for devcontainers and pip packages on a weekly schedule.Notebook Updates:
Updated
enterprise-streaming-agent.ipynbwith execution counts and outputs for various cells to reflect actual execution results, including outputs for connection and file upload status, tool execution, agent creation, and thread creation. [1] [2] [3] [4] [5] [6] [7]Corrected a parameter name in the notebook from
assistant_idtoagent_idto ensure proper agent streaming functionality.Updated the notebook metadata to reflect the correct Python version and display name. [1] [2]
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?