Open
Conversation
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> Signed-off-by: Bryan <74067792+Bryan-Roe@users.noreply.github.com>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> Signed-off-by: Bryan <74067792+Bryan-Roe@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Bryan <74067792+Bryan-Roe@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Bryan <74067792+Bryan-Roe@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Bryan <74067792+Bryan-Roe@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Bryan <74067792+Bryan-Roe@users.noreply.github.com>
…g-with-priority-levels
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Bryan <74067792+Bryan-Roe@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Bryan <74067792+Bryan-Roe@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Bryan <74067792+Bryan-Roe@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Bryan <74067792+Bryan-Roe@users.noreply.github.com>
…ommand-structure
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Bryan <74067792+Bryan-Roe@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Bryan <74067792+Bryan-Roe@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Bryan <74067792+Bryan-Roe@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Bryan <74067792+Bryan-Roe@users.noreply.github.com>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> Signed-off-by: Bryan <74067792+Bryan-Roe@users.noreply.github.com>
…ts-for-agi-workflows
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Bryan <74067792+Bryan-Roe@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Bryan <74067792+Bryan-Roe@users.noreply.github.com>
…tic-memory-retrieval-accuracy
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Bryan <74067792+Bryan-Roe@users.noreply.github.com>
…-for-multi-agent-coordination
Signed-off-by: Bryan <74067792+Bryan-Roe@users.noreply.github.com>
…ation-scripts Improve README processing script
Signed-off-by: Bryan <74067792+Bryan-Roe@users.noreply.github.com>
…ation-templates Add reusable automation templates
…709-876c-a79c16d703ad [WIP] Fix HTML/CSS Issues in Chat Interface Files
…5b0-b2ea-6f68dbea10d5 [WIP] Fix code scanning alert - Binary-Artifacts
…ucture - Created new directories for AI types and local AI samples, moving relevant README files and demo scripts. - Migrated local AI demo script to samples/local_ai/demo_local_ai.py, retaining original functionality. - Consolidated markdown AI samples into samples/markdown/README.md. - Moved launcher scripts to scripts/README.md, with individual placeholders for each launcher. - Updated setup_environment.py to act as a deprecation shim, pointing to new location in tools/environment. - Created new tools/environment directory for environment setup scripts, including quick_setup and workspace_quick_setup as placeholders. - Implemented a repository structure validator to identify legacy files and ensure migration compliance. - Added deprecation shims for legacy setup scripts to guide users to new locations.
Collaborator
|
@copilot fix |
Copilot stopped work on behalf of
Bryan-Roe due to an error
August 9, 2025 21:44
Collaborator
|
@copilot all |
Copilot stopped work on behalf of
Bryan-Roe due to an error
August 9, 2025 21:47
Bryan-Roe
approved these changes
Sep 21, 2025
There was a problem hiding this comment.
The pull request #838 has too many files changed.
The GitHub API will only let us fetch up to 300 changed files, and this pull request has 11825.
There was a problem hiding this comment.
Pull Request Overview
This PR appears to be an automated fix attempt that adds multiple new Jupyter notebook files demonstrating Semantic Kernel features, along with supporting documentation and example code. The changes include:
- New notebooks covering core Semantic Kernel concepts (getting started, memory, embeddings, DALL-E 3, chat experiences, planners)
- Documentation updates for telemetry, experiments, models, and OpenAI connector migration
- New AutoMode example application with configuration files
- Build configuration files and copyright notices
Reviewed Changes
Copilot reviewed 143 out of 11825 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
| 01-core-implementations/dotnet/notebooks/*.ipynb | Multiple new Jupyter notebooks added demonstrating SK features including memory, embeddings, DALL-E, chat, and planners |
| 01-core-implementations/dotnet/docs/*.md | Documentation files for telemetry, experiments, models, and migration guides |
| 01-core-implementations/dotnet/examples/AutoMode.Example/* | New example application with program code and configuration files |
| 01-core-implementations/dotnet/Directory.Build.* | Build configuration files for the .NET solution |
| Root level files | Various metadata and configuration files including copyright notices |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
01-core-implementations/dotnet/notebooks/09-memory-with-chroma.ipynb
Outdated
Show resolved
Hide resolved
01-core-implementations/dotnet/notebooks/09-memory-with-chroma.ipynb
Outdated
Show resolved
Hide resolved
01-core-implementations/dotnet/notebooks/08-chatGPT-with-DALL-E-3.ipynb
Outdated
Show resolved
Hide resolved
01-core-implementations/dotnet/notebooks/05-using-the-planner.ipynb
Outdated
Show resolved
Hide resolved
01-core-implementations/dotnet/notebooks/04-kernel-arguments-chat.ipynb
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Bryan <74067792+Bryan-Roe@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Bryan <74067792+Bryan-Roe@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Bryan <74067792+Bryan-Roe@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Bryan <74067792+Bryan-Roe@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Bryan <74067792+Bryan-Roe@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Bryan <74067792+Bryan-Roe@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Bryan <74067792+Bryan-Roe@users.noreply.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.
Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.
Original description:
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.